Skip to content

Instantly share code, notes, and snippets.

@Nilpo
Created January 29, 2016 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Nilpo/344bcfb500907661ea9b to your computer and use it in GitHub Desktop.
Save Nilpo/344bcfb500907661ea9b to your computer and use it in GitHub Desktop.
SCSS Flat UI Color Palette from flatuicolors.com
// Flat UI Color Palette
// by Rob Dunham http://robdunham.info/
// colors taken from flatuicolors.com
// https://gist.github.com/Nilpo/344bcfb500907661ea9b
// flatuicolors.com
$fui-turquoise: #1abc9c;
$fui-green-sea: #16a085;
$fui-sun-flower: #f1c40f;
$fui-orange: #f39c12;
$fui-emerald: #2ecc71;
$fui-nephritis: #27ae60;
$fui-carrot: #e67e22;
$fui-pumpkin: #d35400;
$fui-peter-river: #3498db;
$fui-belize-hole: #2980b9;
$fui-alizarin: #e74c3c;
$fui-pomegranate: #c0392b;
$fui-amathyst: #9b59b6;
$fui-wysteria: #8e44ad;
$fui-clouds: #ecf0f1;
$fui-silver: #bdc3c7;
$fui-wet-asphalt: #34495e;
$fui-midnight-blue: #2c3e50;
$fui-concrete: #95a5a6;
$fui-asbestos: #7f8c8d;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment