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

``js``
import colors from 'color-name';
colors.red // [255,0,0]