Skip to content

Instantly share code, notes, and snippets.

@mciastek
Created August 15, 2017 11:09
Show Gist options
  • Select an option

  • Save mciastek/4167d30d13f85b418ca5393c799a72d3 to your computer and use it in GitHub Desktop.

Select an option

Save mciastek/4167d30d13f85b418ca5393c799a72d3 to your computer and use it in GitHub Desktop.
// Names
$white: #fff;
$black: #000;
$aquamarine: #7fffd4;
$alabaster: #f9f9f9;
$alto: #d9d9d9;
$mine-shaft: #333;
// Roles
$primary: $white;
$secondary: $alabaster;
$accent: $aquamarine;
$text: $mine-shaft;
$border: $alto;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment