Skip to content

Instantly share code, notes, and snippets.

@owenandrews
Created December 3, 2017 23:36
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 owenandrews/4ab5e02443bc6fef0af3921262a098ce to your computer and use it in GitHub Desktop.
Save owenandrews/4ab5e02443bc6fef0af3921262a098ce to your computer and use it in GitHub Desktop.
PHP Google Material Design Primary Colors
$colors = [
'#F44336',
'#E91E63',
'#9C27B0',
'#673AB7',
'#3F51B5',
'#2196F3',
'#03A9F4',
'#00BCD4',
'#009688',
'#4CAF50',
'#8BC34A',
'#CDDC39',
'#FFEB3B',
'#FFC107',
'#FF9800',
'#FF5722',
'#795548',
'#9E9E9E',
'#607D8B'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment