Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created June 20, 2018 12:27
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 Wolfr/aaec615790a3521c9a3f4d2e6e6f7d0f to your computer and use it in GitHub Desktop.
Save Wolfr/aaec615790a3521c9a3f4d2e6e6f7d0f to your computer and use it in GitHub Desktop.
/* ==========================================================================
Colors
Only define colors here. Don't use sass color functions, stick to hex values,
or the color component in styleguide won't regenerate automatically anymore.
========================================================================== */
/* Red
========================================================================== */
$material-color-red-50: #ffebee;
$material-color-red-100: #ffcdd2;
$material-color-red-200: #ef9a9a;
/* Pink
========================================================================== */
$material-color-pink-50: #fce4ec;
$material-color-pink-100: #f8bbd0;
$material-color-pink-200: #f48fb1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment