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

https://github.com/rodrigooler/colors-awesome

A JSON with 148 colors names and its values.
https://github.com/rodrigooler/colors-awesome

List: colors-awesome

color colors json mobile web

Last synced: about 2 months ago
JSON representation

A JSON with 148 colors names and its values.

Awesome Lists containing this project

README

          

# colors-awesome

A JSON with 148 colors names and its values. https://www.npmjs.com/package/colors-awesome

## Example

```javascript
const colors = require('colors-awesome');

console.log(colors.red);
console.log(colors.blue);
```