Created
May 17, 2019 14:35
-
-
Save joshsmith/d78936d98a4903aa60092bac8f030e47 to your computer and use it in GitHub Desktop.
Material UI colors (500) in JSON, not including greys and browns
This file contains 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
{ | |
"red": "#f44336", | |
"pink": "#e91e63", | |
"purple": "#9c27b0", | |
"deeppurple": "#673ab7", | |
"indigo": "#3f51b5", | |
"blue": "#2196f3", | |
"lightblue": "#03a9f4", | |
"cyan": "#00bcd4", | |
"teal": "#009688", | |
"green": "#4caf50", | |
"lightgreen": "#8bc34a", | |
"lime": "#cddc39", | |
"yellow": "#ffeb3b", | |
"amber": "#ffc107", | |
"orange": "#ff9800", | |
"deeporange": "#ff5722", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment