Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/flat-ui-colors
Sass variables for flat-ui colors.
https://github.com/pdehaan/flat-ui-colors
Last synced: 7 days ago
JSON representation
Sass variables for flat-ui colors.
- Host: GitHub
- URL: https://github.com/pdehaan/flat-ui-colors
- Owner: pdehaan
- License: unlicense
- Created: 2014-10-22T18:38:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T20:01:13.000Z (about 10 years ago)
- Last Synced: 2024-12-19T15:07:09.864Z (17 days ago)
- Language: CSS
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flat-ui-colors
Sass variables for flat-ui colors (see http://designmodo.github.io/Flat-UI/).
## Installation:
```sh
$ bower install pdehaan/flat-ui-colors
```After you have installed the **flat-ui-colors** module, you can import the flat-ui color scheme variables using:
```scss
@import 'bower_components/flat-ui-colors/flat-ui-colors';
```This will import the following color variables:
```scss
$alizarin: #e74c3c;
$amethyst: #9b49b6;
$asbestos: #7f8c8d;
$belize-hole: #2980b9;
$carrot: #e67e22;
$clouds: #ecf0f1;
$concrete: #95a5a6;
$emerald: #2ecc71;
$green-sea: #16a085;
$midnight-blue: #2c3e50;
$nephritis: #27ae60;
$orange: #f39c12;
$peter-river: #3498db;
$pomegranate: #c0392b;
$pumpkin: #d35400;
$silver: #bdc3c7;
$sun-flower: #f1c40f;
$turquoise: #1abc9c;
$wet-asphalt: #34495e;
$wisteria: #8e44ad;
```## Sample:
See [pdehaan/flat-ui-colors-test](https://github.com/pdehaan/flat-ui-colors-test) for a full example.