crayola-colors

350+ crayon colors from classic to cray-cray

Usage no npm install needed!

<script type="module">
  import crayolaColors from 'https://cdn.skypack.dev/crayola-colors';
</script>

README

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.