Created
July 12, 2019 14:03
-
-
Save CharlieGreenman/1dc6e4a292c25deac84641e2612a122d to your computer and use it in GitHub Desktop.
Razroo's Material Primary Blue color map
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
$razroo-primary-blue: ( | |
50 : #e7f2f4, | |
100 : #c3dee4, | |
200 : #9cc8d3, | |
300 : #74b2c1, | |
400 : #56a2b3, | |
500 : #3891a6, | |
600 : #32899e, | |
700 : #2b7e95, | |
800 : #24748b, | |
900 : #17627b, | |
A100 : #b3eaff, | |
A200 : #80dcff, | |
A400 : #4dcfff, | |
A700 : #33c8ff, | |
contrast: ( | |
50 : #000000, | |
100 : #000000, | |
200 : #000000, | |
300 : #000000, | |
400 : #000000, | |
500 : #ffffff, | |
600 : #ffffff, | |
700 : #ffffff, | |
800 : #ffffff, | |
900 : #ffffff, | |
A100 : #000000, | |
A200 : #000000, | |
A400 : #000000, | |
A700 : #000000, | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment