Skip to content

Instantly share code, notes, and snippets.

@jlong
Created July 2, 2011 02:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlong/1059679 to your computer and use it in GitHub Desktop.
Save jlong/1059679 to your computer and use it in GitHub Desktop.
Named colors in Scss
// Palette
$black: #333;
$jet-black: #000;
$gray: #888;
$dark-gray: #555;
$burnt-orange: #c56210;
$orange: #d56000;
$bright-orange: #ff943c;
$light-beige: #f5efee;
$light-gray-brown: #c4beb7;
$gray-brown: #958c7d;
$brown: #98744a;
$green: #479c47;
$candy-red: #ca3d3d;
$burnt-red: #ac4b14;
$light-blue: #b2d9ff;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment