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>
- CSS by CLS Media
- Colors by: Flat Color Picker