Skip to content

Instantly share code, notes, and snippets.

@frankrowe
Created August 4, 2014 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankrowe/4a32c6a92a33116da3c0 to your computer and use it in GitHub Desktop.
Save frankrowe/4a32c6a92a33116da3c0 to your computer and use it in GitHub Desktop.
default_colors.less
// COLOR VARIABLES
// Cool
@aqua: #7FDBFF;
@blue: #0074D9;
@navy: #001F3F;
@teal: #39CCCC;
@green: #2ECC40;
@olive: #3D9970;
@lime: #01FF70;
// Warm
@yellow: #FFDC00;
@orange: #FF851B;
@red: #FF4136;
@fuchsia: #F012BE;
@purple: #B10DC9;
@maroon: #85144B;
// Gray Scale
@white: #fff;
@silver: #ddd;
@gray: #aaa;
@black: #111;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment