Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/colorjs/color-name

A JSON with CSS color names
https://github.com/colorjs/color-name

color colorjs

Last synced: 9 days ago
JSON representation

A JSON with CSS color names

Lists

README

        

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

[![NPM](https://nodei.co/npm/color-name.png?mini=true)](https://nodei.co/npm/color-name/)

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