/* Material Design Colors */

/* Red */
.material-red-50  { color: #FFEBEE; }
.material-red-100 { color: #FFCDD2; }
.material-red-200 { color: #EF9A9A; }
.material-red-300 { color: #E57373; }
.material-red-400 { color: #EF5350; }
.material-red-500 { color: #F44336; }
.material-red-600 { color: #E53935; }
.material-red-700 { color: #D32F2F; }
.material-red-800 { color: #C62828; }
.material-red-900 { color: #B71C1C; }

/* Pink */
.material-pink-50  { color: #FCE4EC; }
.material-pink-100 { color: #F8BBD0; }
.material-pink-200 { color: #F48FB1; }
.material-pink-300 { color: #F06292; }
.material-pink-400 { color: #EC407A; }
.material-pink-500 { color: #E91E63; }
.material-pink-600 { color: #D81B60; }
.material-pink-700 { color: #C2185B; }
.material-pink-800 { color: #AD1457; }
.material-pink-900 { color: #880E4F; }

/* Purple */
.material-purple-50  { color: #F3E5F5; }
.material-purple-100 { color: #E1BEE7; }
.material-purple-200 { color: #CE93D8; }
.material-purple-300 { color: #BA68C8; }
.material-purple-400 { color: #AB47BC; }
.material-purple-500 { color: #9C27B0; }
.material-purple-600 { color: #8E24AA; }
.material-purple-700 { color: #7B1FA2; }
.material-purple-800 { color: #6A1B9A; }
.material-purple-900 { color: #4A148C; }

/* Deep Purple */
.material-deep-purple-50  { color: #EDE7F6; }
.material-deep-purple-100 { color: #D1C4E9; }
.material-deep-purple-200 { color: #B39DDB; }
.material-deep-purple-300 { color: #9575CD; }
.material-deep-purple-400 { color: #7E57C2; }
.material-deep-purple-500 { color: #673AB7; }
.material-deep-purple-600 { color: #5E35B1; }
.material-deep-purple-700 { color: #512DA8; }
.material-deep-purple-800 { color: #4527A0; }
.material-deep-purple-900 { color: #311B92; }

/* Indigo */
.material-indigo-50  { color: #E8EAF6; }
.material-indigo-100 { color: #C5CAE9; }
.material-indigo-200 { color: #9FA8DA; }
.material-indigo-300 { color: #7986CB; }
.material-indigo-400 { color: #5C6BC0; }
.material-indigo-500 { color: #3F51B5; }
.material-indigo-600 { color: #3949AB; }
.material-indigo-700 { color: #303F9F; }
.material-indigo-800 { color: #283593; }
.material-indigo-900 { color: #1A237E; }

/* Blue */
.material-blue-50  { color: #E3F2FD; }
.material-blue-100 { color: #BBDEFB; }
.material-blue-200 { color: #90CAF9; }
.material-blue-300 { color: #64B5F6; }
.material-blue-400 { color: #42A5F5; }
.material-blue-500 { color: #2196F3; }
.material-blue-600 { color: #1E88E5; }
.material-blue-700 { color: #1976D2; }
.material-blue-800 { color: #1565C0; }
.material-blue-900 { color: #0D47A1; }

/* Light Blue */
.material-light-blue-50  { color: #E1F5FE; }
.material-light-blue-100 { color: #B3E5FC; }
.material-light-blue-200 { color: #81D4FA; }
.material-light-blue-300 { color: #4FC3F7; }
.material-light-blue-400 { color: #29B6F6; }
.material-light-blue-500 { color: #03A9F4; }
.material-light-blue-600 { color: #039BE5; }
.material-light-blue-700 { color: #0288D1; }
.material-light-blue-800 { color: #0277BD; }
.material-light-blue-900 { color: #01579B; }

/* Cyan */
.material-cyan-50  { color: #E0F7FA; }
.material-cyan-100 { color: #B2EBF2; }
.material-cyan-200 { color: #80DEEA; }
.material-cyan-300 { color: #4DD0E1; }
.material-cyan-400 { color: #26C6DA; }
.material-cyan-500 { color: #00BCD4; }
.material-cyan-600 { color: #00ACC1; }
.material-cyan-700 { color: #0097A7; }
.material-cyan-800 { color: #00838F; }
.material-cyan-900 { color: #006064; }

/* Teal */
.material-teal-50  { color: #E0F2F1; }
.material-teal-100 { color: #B2DFDB; }
.material-teal-200 { color: #80CBC4; }
.material-teal-300 { color: #4DB6AC; }
.material-teal-400 { color: #26A69A; }
.material-teal-500 { color: #009688; }
.material-teal-600 { color: #00897B; }
.material-teal-700 { color: #00796B; }
.material-teal-800 { color: #00695C; }
.material-teal-900 { color: #004D40; }

/* Green */
.material-green-50  { color: #E8F5E9; }
.material-green-100 { color: #C8E6C9; }
.material-green-200 { color: #A5D6A7; }
.material-green-300 { color: #81C784; }
.material-green-400 { color: #66BB6A; }
.material-green-500 { color: #4CAF50; }
.material-green-600 { color: #43A047; }
.material-green-700 { color: #388E3C; }
.material-green-800 { color: #2E7D32; }
.material-green-900 { color: #1B5E20; }

/* Light Green */
.material-light-green-50  { color: #F1F8E9; }
.material-light-green-100 { color: #DCEDC8; }
.material-light-green-200 { color: #C5E1A5; }
.material-light-green-300 { color: #AED581; }
.material-light-green-400 { color: #9CCC65; }
.material-light-green-500 { color: #8BC34A; }
.material-light-green-600 { color: #7CB342; }
.material-light-green-700 { color: #689F38; }
.material-light-green-800 { color: #558B2F; }
.material-light-green-900 { color: #33691E; }

/* Lime */
.material-lime-50  { color: #F9FBE7; }
.material-lime-100 { color: #F0F4C3; }
.material-lime-200 { color: #E6EE9C; }
.material-lime-300 { color: #DCE775; }
.material-lime-400 { color: #D4E157; }
.material-lime-500 { color: #CDDC39; }
.material-lime-600 { color: #C0CA33; }
.material-lime-700 { color: #AFB42B; }
.material-lime-800 { color: #9E9D24; }
.material-lime-900 { color: #827717; }

/* Yellow */
.material-yellow-50  { color: #FFFDE7; }
.material-yellow-100 { color: #FFF9C4; }
.material-yellow-200 { color: #FFF59D; }
.material-yellow-300 { color: #FFF176; }
.material-yellow-400 { color: #FFEE58; }
.material-yellow-500 { color: #FFEB3B; }
.material-yellow-600 { color: #FDD835; }
.material-yellow-700 { color: #FBC02D; }
.material-yellow-800 { color: #F9A825; }
.material-yellow-900 { color: #F57F17; }

/* Amber */
.material-amber-50  { color: #FFF8E1; }
.material-amber-100 { color: #FFECB3; }
.material-amber-200 { color: #FFE082; }
.material-amber-300 { color: #FFD54F; }
.material-amber-400 { color: #FFCA28; }
.material-amber-500 { color: #FFC107; }
.material-amber-600 { color: #FFB300; }
.material-amber-700 { color: #FFA000; }
.material-amber-800 { color: #FF8F00; }
.material-amber-900 { color: #FF6F00; }

/* Orange */
.material-orange-50  { color: #FFF3E0; }
.material-orange-100 { color: #FFE0B2; }
.material-orange-200 { color: #FFCC80; }
.material-orange-300 { color: #FFB74D; }
.material-orange-400 { color: #FFA726; }
.material-orange-500 { color: #FF9800; }
.material-orange-600 { color: #FB8C00; }
.material-orange-700 { color: #F57C00; }
.material-orange-800 { color: #EF6C00; }
.material-orange-900 { color: #E65100; }

/* Deep Orange */
.material-deep-orange-50  { color: #FBE9E7; }
.material-deep-orange-100 { color: #FFCCBC; }
.material-deep-orange-200 { color: #FFAB91; }
.material-deep-orange-300 { color: #FF8A65; }
.material-deep-orange-400 { color: #FF7043; }
.material-deep-orange-500 { color: #FF5722; }
.material-deep-orange-600 { color: #F4511E; }
.material-deep-orange-700 { color: #E64A19; }
.material-deep-orange-800 { color: #D84315; }
.material-deep-orange-900 { color: #BF360C; }

/* Brown */
.material-brown-50  { color: #EFEBE9; }
.material-brown-100 { color: #D7CCC8; }
.material-brown-200 { color: #BCAAA4; }
.material-brown-300 { color: #A1887F; }
.material-brown-400 { color: #8D6E63; }
.material-brown-500 { color: #795548; }
.material-brown-600 { color: #6D4C41; }
.material-brown-700 { color: #5D4037; }
.material-brown-800 { color: #4E342E; }
.material-brown-900 { color: #3E2723; }

/* Grey */
.material-grey-50  { color: #FAFAFA; }
.material-grey-100 { color: #F5F5F5; }
.material-grey-200 { color: #EEEEEE; }
.material-grey-300 { color: #E0E0E0; }
.material-grey-400 { color: #BDBDBD; }
.material-grey-500 { color: #9E9E9E; }
.material-grey-600 { color: #757575; }
.material-grey-700 { color: #616161; }
.material-grey-800 { color: #424242; }
.material-grey-900 { color: #212121; }

/* Blue Grey */
.material-blue-grey-50  { color: #ECEFF1; }
.material-blue-grey-100 { color: #CFD8DC; }
.material-blue-grey-200 { color: #B0BEC5; }
.material-blue-grey-300 { color: #90A4AE; }
.material-blue-grey-400 { color: #78909C; }
.material-blue-grey-500 { color: #607D8B; }
.material-blue-grey-600 { color: #546E7A; }
.material-blue-grey-700 { color: #455A64; }
.material-blue-grey-800 { color: #37474F; }
.material-blue-grey-900 { color: #263238; }