Last active
January 10, 2019 10:15
-
-
Save leoreeves/f4a68cdb0cd53840597bd50606bc6329 to your computer and use it in GitHub Desktop.
A list of the default material hex colors.
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
Array: | |
['#F44336', '#E91E63', '#9C27B0', '#673AB7', | |
'#3F51B5', '#2196F3', '#03A9F4', '#00BCD4', | |
'#009688', '#4CAF50', '#8BC34A', '#CDDC39', | |
'#FFEB3B', '#FFC107', '#FF9800', '#FF5722', | |
'#795548', '#9E9E9E', '#607D8B'] | |
Separated: | |
#800000 | |
#FF0000 | |
#FFC9DE | |
#AA6E28 | |
#FF9900 | |
#FFD8B1 | |
#808000 | |
#FFEA00 | |
#FFFAC8 | |
#BEFF00 | |
#00BE00 | |
#AAFFC3 | |
#008080 | |
#64FFFF | |
#000080 | |
#4385FF | |
#820096 | |
#E6BEFF | |
#FF00FF | |
#808080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment