Skip to content

Instantly share code, notes, and snippets.

@fauverism
Forked from hatefulcrawdad/color-settings.scss
Created July 10, 2012 01:36
Show Gist options
  • Save fauverism/3080461 to your computer and use it in GitHub Desktop.
Save fauverism/3080461 to your computer and use it in GitHub Desktop.
Foundation 3 Color Settings
// Colors Settings
$mainColor: #2ba6cb;
$secondaryColor: #e9e9e9;
$alertColor: #c60f13;
$successColor: #5da423;
$txtColor: #222;
$highlightColor: #ffff99;
$black: #000;
$white: #fff;
$shinyEdge: rgba(#fff, .5);
$darkEdge: rgba(#000, .2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment