https://github.com/maxwellito/palette
Angular app to generate color palettes
https://github.com/maxwellito/palette
Last synced: about 1 year ago
JSON representation
Angular app to generate color palettes
- Host: GitHub
- URL: https://github.com/maxwellito/palette
- Owner: maxwellito
- Created: 2014-01-25T10:03:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T09:51:47.000Z (over 12 years ago)
- Last Synced: 2025-03-25T05:12:47.336Z (over 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# palette
Little javascript app based on AngularJS, to generate palettes of colors from a level between 0 and 255. The level value is the average value between red, green and blue. The algorith is quite simplist, and don't allow to get deep colors.
Test it on http://maxwellito.github.io/palette/
## How to use it?
No SCSS, no uglyfier, no grunt... I told you it's a small repo. Open the index.html in your browser and you're done. Even the AngularJS library is included.