flatui-colors

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i flatui-colors

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • xieguanglei