Skip to content

Instantly share code, notes, and snippets.

@alexbaldwin
Created July 29, 2013 23:42
Show Gist options
  • Save alexbaldwin/6108889 to your computer and use it in GitHub Desktop.
Save alexbaldwin/6108889 to your computer and use it in GitHub Desktop.
Colors based on Louie Mantia's iOS7 color scheme – http://dribbble.com/shots/1118715-Colors
$red: rgb(255,87,32);
$red-alt: rgb(255,28,60);
$orange: rgb(255, 192, 65);
$orange-alt: rgb(255, 149, 0);
$yellow: rgb(255,239,65);
$yellow-alt: rgb(255,192,1);
$green: rgb(162, 235, 61);
$green-alt: rgb(108, 192, 48);
$lightblue: rgb(60, 234, 205);
$lightblue-alt: rgb(48, 180, 191);
$blue: rgb(65, 192, 255);
$blue-alt: rgb(64, 144, 255);
$darkblue: rgb(59, 132, 234);
$darkblue-alt: rgb(83, 57, 224);
$violet: rgb(224, 85, 225);
$violet-alt: rgb(148, 59, 235);
$black: rgb(47, 47, 47);
$black-alt: rgb(16, 16, 16);
$gray: rgb(124, 125, 128);
$gray-alt: rgb(92, 92, 94);
$silver: rgb(229, 231, 235);
$silver-alt: rgb(186, 187, 192);
$white: rgb(255, 255, 255);
$white-alt: rgb(235, 235, 235);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment