Skip to content

clsmedia/flatuicolor.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flatuicolor.css

Flat UI Color CSS

See in action

DEMO

Usage

To use flatuicolor.css in your website, simply drop the stylesheet into your document's <head> , and add the classes to an element you wish to color. That's it!

<head>
  <link rel="stylesheet" href="flatuicolor.min.css">
</head>

There are 3 sections of styling: background-color (.bg-color-name), border-color (.border-color-name) and color (.text-color-name). Just use section name + color name in your code.

Pick name of the color you'd like to use from Flat Color Picker

<div class="bg-flamingo text-derby>
some code here
</div>

Credits