crayola-colors

1.0.1 • Public • Published

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.

/crayola-colors/

    Package Sidebar

    Install

    npm i crayola-colors

    Weekly Downloads

    34

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • aaronmccall