mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-10-27 11:40:05 +01:00
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
var colors = require('color-name');
colors.red //[255,0,0]
