Skip to content

Instantly share code, notes, and snippets.

@jeshuamaxey
Last active August 29, 2015 14:09
Show Gist options
  • Save jeshuamaxey/0518424291eb5770c827 to your computer and use it in GitHub Desktop.
Save jeshuamaxey/0518424291eb5770c827 to your computer and use it in GitHub Desktop.
The Colours used in the Flat UI Bootstrap theme pulled out into an easy to copy-paste gist
// == Flat UI Colors
// == Credit: https://github.com/designmodo/Flat-UI
$turquoise: #1abc9c;
$green-sea: #16a085;
$emerald: #2ecc71;
$nephritis: #27ae60;
$peter-river: #3498db;
$belize-hole: #2980b9;
$amethyst: #9b59b6;
$wisteria: #8e44ad;
$wet-asphalt: #34495e;
$midnight-blue: #2c3e50;
$sun-flower: #f1c40f;
$orange: #f39c12;
$carrot: #e67e22;
$pumpkin: #d35400;
$alizarin: #e74c3c;
$pomegranate: #c0392b;
$clouds: #ecf0f1;
$silver: #bdc3c7;
$concrete: #95a5a6;
$asbestos: #7f8c8d;
// Grays
$gray: $concrete;
$gray-light: $silver;
$inverse: white;
// Brand colors
$brand-primary: $wet-asphalt;
$brand-secondary: $turquoise;
$brand-success: $emerald;
$brand-warning: $sun-flower;
$brand-danger: $alizarin;
$brand-info: $peter-river;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment