Skip to content

Instantly share code, notes, and snippets.

@HektorW
Last active August 29, 2015 14:22
Show Gist options
  • Save HektorW/85ab22e01baa70e5973a to your computer and use it in GitHub Desktop.
Save HektorW/85ab22e01baa70e5973a to your computer and use it in GitHub Desktop.
// Less
@navy: #001f3f;
@blue: #0074d9;
@aqua: #7fdbff;
@teal: #39cccc;
@olive: #3d9970;
@green: #2ecc40;
@lime: #01ff70;
@yellow: #ffdc00;
@orange: #ff851b;
@red: #ff4136;
@maroon: #85144b;
@fuchsia: #f012be;
@purple: #b10dc9;
@black: #111111;
@gray: #aaaaaa;
@silver: #dddddd;
@white: #ffffff;
// Sass
$navy: #001f3f;
$blue: #0074d9;
$aqua: #7fdbff;
$teal: #39cccc;
$olive: #3d9970;
$green: #2ecc40;
$lime: #01ff70;
$yellow: #ffdc00;
$orange: #ff851b;
$red: #ff4136;
$maroon: #85144b;
$fuchsia: #f012be;
$purple: #b10dc9;
$black: #111111;
$gray: #aaaaaa;
$silver: #dddddd;
$white: #ffffff;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment