This file contains hidden or 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
//Reds | |
val MaterialRed50 = Color(0xffFFEBEE) | |
val MaterialRed100 = Color(0xffFFCDD2) | |
val MaterialRed200 = Color(0xffEF9A9A) | |
val MaterialRed300 = Color(0xffE57373) | |
val MaterialRed400 = Color(0xffEF5350) | |
val MaterialRed500 = Color(0xffF44336) | |
val MaterialRed600 = Color(0xffE53935) | |
val MaterialRed700 = Color(0xffD32F2F) | |
val MaterialRed800 = Color(0xffC62828) |