Skip to content

Instantly share code, notes, and snippets.

@aschmelyun
Created May 11, 2015 20:21
Show Gist options
  • Save aschmelyun/676efeac78a0ceeaf00c to your computer and use it in GitHub Desktop.
Save aschmelyun/676efeac78a0ceeaf00c to your computer and use it in GitHub Desktop.
Flattastic Palette SCSS Variables
$grapefruit: #ED5565;
$grapefruit-alt: #DA4453;
$bittersweet: #FC6E51;
$bittersweet-alt: #E9573F;
$sunflower: #FFCE54;
$sunflower-alt: #FCBB42;
$grass: #A0D468;
$grass-alt: #8CC152;
$mint: #48CFAD;
$mint-alt: #37BC9B;
$aqua: #4FC1E9;
$aqua-alt: #38AFDA;
$bluejeans: #5D9CEC;
$bluejeans-alt: #4A89DC;
$lavender: #AC92EC;
$lavender-alt: #967ADC;
$pinkrose: #EC87C0;
$pinkrose-alt: #D770AD;
$lightgrey: #F5F7FA;
$lightgrey-alt: #E6E9ED;
$mediumgrey: #CCD1D9;
$mediumgrey-alt: #AAB2BD;
$darkgrey: #656D78;
$darkgrey-alt: #434A54;
@aschmelyun
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment