Skip to content

xmatthewx/Color-Schemer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-Schemer

Create pleasing palettes based on color theory. Schemer includes a demo to help evaluate whether pretty equals practical.

Try it: https://xmatthewx.github.io/Color-Schemer/

screenshot 2015-11-17 09 42 09

Development

The copy-to-clipboard feature by ZeroClipboard.js utilizes flash (html5 method coming soon). Schemer is mobile friendly, but flash is not (sadface). To develop and test copy-to-clipboard locally, run a server such as...

$ python -m SimpleHTTPServer

Credit

This project utilizes a library called color-scheme.js (based on a perl module) and borrows heavily from its demonstration. I aimed to simplify the results and create consistent four color palettes. I added a demonstration to help a user evaluate the colors in use. Check it out: https://github.com/c0bra/color-scheme-js/