/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.

Primary LanguageJavaScriptMIT LicenseMIT

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

  • 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

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

alt text

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

alt text

Get the color pallete from an Image file

alt text

License

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

Open Source projects used