1.0.1 • Published 9 years ago

crayola-colors v1.0.1

Weekly downloads
178
License
MIT
Repository
github
Last release
9 years ago

crayola-colors

350+ crayon colors from classic to cray-cray

usage

It's an object.

var crayola = require('crayola-colors');

console.log(crayola.Red)
// => EE204D

console.log(crayola["Lemon Glacier"])
// => FDFF00

caveat

It is impossible to perfectly reproduce crayon colors, but these are pretty darn close.

acknowledgements

Color names and hex values scraped from https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors. Many thanks to the page's editors for compiling the listed colors. Color names are copyright Crayola, LLC. Crayola is a registered trademark of Crayola, LLC.