Jensen-holm's picture
added baseline stuff for making this a flask app with tailwind
a63e09b
|
raw
history blame
384 Bytes

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

NPM

var colors = require('color-name');
colors.red //[255,0,0]