An open API service indexing awesome lists of open source software.

https://github.com/websemantics/color-palette-toolkit

Turns color values from an Image or PhotoShop ACO file into a list of named colors, lighter and darker shades, css classes and a beautiful style guide.
https://github.com/websemantics/color-palette-toolkit

Last synced: 3 months ago
JSON representation

Turns color values from an Image or PhotoShop ACO file into a list of named colors, lighter and darker shades, css classes and a beautiful style guide.

Awesome Lists containing this project

README

        

# Color-Palette-Toolkit

A lightweight Javascript library that reads the color values from a PhotoShop ACO file or an Image and turns them into a list of named colors using FileReader interface (http://bgrins.github.com/filereader.js/) and few other great Open Source projects. The Javascript code responsible of reading Photoshop ACO files has been ported from C program
https://github.com/jasonm23/photoshop-aco2UIColors

Try it in the [Live Demo](http://websemantics.github.io/Color-Palette-Toolkit)

* Extract Color Pallete from Photoshop ACO file or an Image
* Generate CSS and HTML code for each color
* Generates human names for each color
* Generates lighter and darker shades for each if required

Get the color pallete from Adobe Photoshop ACO file

![alt text](https://raw.githubusercontent.com/websemantics/Color-Palette-Toolkit/master/img/one.png "Color Palette")

Generate an extra 'lighter' or 'darker' color of each

![alt text](https://raw.githubusercontent.com/websemantics/Color-Palette-Toolkit/master/img/two.png "Color Palette")

Generate an extra 'lighter' and 'darker' color of each

![alt text](https://raw.githubusercontent.com/websemantics/Color-Palette-Toolkit/master/img/three.png "Color Palette")

Get the color pallete from an Image file

![alt text](https://raw.githubusercontent.com/websemantics/Color-Palette-Toolkit/master/img/image.png "Color Palette")

## License
Color-Palette-Toolkit is open source under MIT License. See LICENSE.

## Open Source projects used
* jQuery - http://jquery.com/
* filereader.js - http://github.com/bgrins/filereader.js
* ntc js (Name that Color JavaScript) - http://chir.ag/projects/ntc/
* TinyColor - https://github.com/bgrins/TinyColor
* JavaScript Inflection - https://github.com/simonwex/inflection-js
* TemplateEngine - http://krasimirtsonev.com/blog/article/Javascript-template-engine-in-just-20-line
* CodeMirror - http://codemirror.net/mode/css/
* js-beautify - https://github.com/beautify-web/js-beautify
* Flattastic Pro Color Palette - http://codepen.io/devi8/pen/lvIeh (https://dribbble.com/devi8)
* Flattastic Pro Color Palette - https://dribbble.com/shots/1186718-Flattastic-Pro-Color-Palette
* Color Thief - https://github.com/lokesh/color-thief
* photoshop-aco2UIColors - https://github.com/jasonm23/photoshop-aco2UIColors