Bob Ross Color Palette
Just a little, don't need much.
npm install --save bob-rossconst BobRoss = require('bob-ross');
// Single color by name:
BobRoss.colors.YELLOW_OCHRE; // ==> '#C79B00'
// Array of all colors in palette:
BobRoss.palette;Just like that.
Now we'll just roll the colors we're going to use today along the screen...
SAP_GREENALIZARIN_CRIMSONVAN_DYKE_BROWNDARK_SIENNAMIDNIGHT_BLACKPRUSSIAN_BLUEPHTHALO_BLUEPHTHALO_GREENCADMIUM_YELLOWYELLOW_OCHREINDIAN_YELLOWBRIGHT_REDTITANIUM_WHITE
Feel free to beat the devil out of it!
Inspired by this blog.
