Skip to content

Instantly share code, notes, and snippets.

@drrobotnik
Created January 31, 2014 18:38
Show Gist options
  • Save drrobotnik/8739497 to your computer and use it in GitHub Desktop.
Save drrobotnik/8739497 to your computer and use it in GitHub Desktop.
sass index array for brand colors
$brand-colors: (
#57585b, // grey
#d1662a, // orange
#632f54, // purple
#5e6e63, // green
#d2a732, // yellow
#006e94, // blue
#790025 // red
);
nth($brand-colors,2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment