Skip to content

Instantly share code, notes, and snippets.

View Osanosa's full-sized avatar
😼
My pronounces are fuck around/find out

Osanosa

😼
My pronounces are fuck around/find out
View GitHub Profile
@Osanosa
Osanosa / Color.kt
Last active December 24, 2022 22:19
Material Colors pallete in Kotlin Color.kt
//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)