mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-03-24 11:02:18 +08:00
384 B
384 B
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]
