Skip to content

Instantly share code, notes, and snippets.

@kirkonrails
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirkonrails/10153983 to your computer and use it in GitHub Desktop.
Save kirkonrails/10153983 to your computer and use it in GitHub Desktop.
Flat UI Colors SASS variables. http://flatuicolors.com/
// Thanks to @ahmetsulek for providing this list. I find it useful
// to have this in my sass file when starting a new project.
// http://flatuicolors.com/
$turquoise: #1abc9c;
$greensea: #16a085;
$emerald: #2ecc71;
$nephritis: #27ae60;
$peterriver: #3498db;
$belizehole: #2980b9;
$amethyst: #9b59b6;
$wisteria: #8e44ad;
$wetasphalt: #34495e;
$midnightblue: #2c3e50;
$sunflower: #f1c40f;
$orange: #f39c12;
$carrot: #e67e22;
$pumpkin: #d35400;
$alizarin: #e74c3c;
$pomegranate: #c0392b;
$clouds: #ecf0f1;
$silver: #bdc3c7;
$concrete: #95a5a6;
$asbestos: #7f8c8d;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment