Skip to content

Instantly share code, notes, and snippets.

@joshsmith
Created May 17, 2019 14:35
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 joshsmith/d78936d98a4903aa60092bac8f030e47 to your computer and use it in GitHub Desktop.
Save joshsmith/d78936d98a4903aa60092bac8f030e47 to your computer and use it in GitHub Desktop.
Material UI colors (500) in JSON, not including greys and browns
{
"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