0.1.5 • Published 6 years ago

flat-ui-colors-helper v0.1.5

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

Flat UI Colors Helper

Greenkeeper Build Status Development Dependencies Status npm (tag)

CSS helpers for Flat UI Colors

Installation

Install with Yarn:

yarn add flat-ui-colors-helper

Install with NPM:

npm install flat-ui-colors-helper --save

Color names

Color nameColor variable
Turquoiseturquoise
Green Seagreen-sea
Emeraldemerald
Nephritisnephritis
Peter Riverpeter-river
Belize Holebelize-hole
Amethystamethyst
Wisteriawisteria
Wet Asphaltwet-asphalt
Midnight Bluemidnight-blue
Sun Flowersun-flower
Orangeorange
Carrotcarrot
Pumpkinpumpkin
Alizarinalizarin
Pomegranatepomegranate
Whitewhite
Cloudsclouds
Silversilver
Concreteconcrete
Asbestosasbestos
Blackblack

Helpers

Color

Example code for (text) color classes.

<div class="[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="hover-[INSERT_COLOR_VARIABLE_HERE]"></div>

Background

Example code for background classes.

<div class="background-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="background-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>

Border

Example code for border classes.

<div class="border-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-left-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-right-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-top-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-bottom-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-x-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-y-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-left-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-right-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-top-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-bottom-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-x-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="border-y-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>

Column Rule

Example code for column rule classes.

<div class="column-rule-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="column-rule-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>

Outline

Example code for outline classes.

<div class="outline-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="outline-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>

Text Decoration

Example code for text decoration classes.

<div class="text-decoration-[INSERT_COLOR_VARIABLE_HERE]"></div>
<div class="text-decoration-hover-[INSERT_COLOR_VARIABLE_HERE]"></div>
0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago