Skip to content

aaronmccall/crayola-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

350+ crayon colors from classic to cray-cray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published