Created
August 15, 2017 11:09
-
-
Save mciastek/4167d30d13f85b418ca5393c799a72d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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