npm.io
1.0.3 • Published 9 years ago

flatui-colors

Licence
MIT
Version
1.0.3
Deps
0
Vulns
0
Weekly
0

flatui-colors

A collection of colors from flatui-colors.

Installation

Install flatui-colors via npm:

npm install flatui-colors --save

Usage

Flatui-colors is a plain object contains 20 selected colors.

// es6
import COLORS from 'flatui-colors';
COLORS.turquoise;  // you got '#1abc9c'
COLORS.TURQUOISE;  // still '#1abc9c'

// es5
var COLORS = require('flatui-colors');
COLORS.turquoise;  // you got '#1abc9c'
COLORS.TURQUOISE;  // still '#1abc9c'

Colors

colors