arshinalbab / color-to-hex

A JSON with CSS color names & its hex values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A JSON with color names and its hex values.

NPM

var colors = require('color-to-hex');
colors.red //"#ff0000"

About

A JSON with CSS color names & its hex values

License:MIT License


Languages

Language:JavaScript 100.0%