1.0.3 • Published 7 years ago

flatui-colors v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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