Bob Ross Color Palette
Just a little, don't need much.
npm install --save bob-ross
const 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_GREEN
-
ALIZARIN_CRIMSON
-
VAN_DYKE_BROWN
-
DARK_SIENNA
-
MIDNIGHT_BLACK
-
PRUSSIAN_BLUE
-
PHTHALO_BLUE
-
PHTHALO_GREEN
-
CADMIUM_YELLOW
-
YELLOW_OCHRE
-
INDIAN_YELLOW
-
BRIGHT_RED
-
TITANIUM_WHITE
Feel free to beat the devil out of it!
Inspired by this blog.