Skip to content

Instantly share code, notes, and snippets.

@kuyseng
Created March 15, 2015 02:31
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 kuyseng/adf8e64fec742d4059a9 to your computer and use it in GitHub Desktop.
Save kuyseng/adf8e64fec742d4059a9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$color-red: (
'50': #ffebee,
'100': #ffcdd2,
'200': #ef9a9a,
'300': #e57373,
'400': #ef5350,
'500': #f44336,
'600': #e53935,
'700': #d32f2f,
'800': #c62828,
'900': #b71c1c,
'A100': #ff8a80,
'A200': #ff5252,
'A400': #ff1744,
'A700': #d50000,
'contrastDefaultColor': light,
'contrastDarkColors': 50 100 200 300 400 A100
);
.a {
color: map-get($color-red, '500');
}
.a {
color: #f44336;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment