Skip to content

Instantly share code, notes, and snippets.

@zekroTJA
Last active March 23, 2018 10:38
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 zekroTJA/f5220679572ea3032d205277ed99989b to your computer and use it in GitHub Desktop.
Save zekroTJA/f5220679572ea3032d205277ed99989b to your computer and use it in GitHub Desktop.
Some of the main material color codes as JSON

Source: https://www.materialui.co/colors

{                              
        "red": 16007990,       
        "pink": 15277667,      
        "purple": 10233776,    
        "deep_purple": 6765239,
        "indigo": 4149685,     
        "blue": 2201331,       
        "light_blue": 240116,  
        "cyan": 48340,         
        "teal": 38536,         
        "green": 5025616,      
        "light_green": 9159498,
        "lime": 13491257,      
        "yellow": 16771899,    
        "amber": 16761095,     
        "orange": 16750592,    
        "deep_orange": 16733986,
        "brown": 7951688,      
        "grey": 10395294,      
        "blue_grey": 6323595
}                              
{
"red": 16007990,
"pink": 15277667,
"purple": 10233776,
"deep_purple": 6765239,
"indigo": 4149685,
"blue": 2201331,
"light_blue": 240116,
"cyan": 48340,
"teal": 38536,
"green": 5025616,
"light_green": 9159498,
"lime": 13491257,
"yellow": 16771899,
"amber": 16761095,
"orange": 16750592,
"deep_orange": 16733986,
"brown": 7951688,
"grey": 10395294,
"blue_grey": 6323595
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment