I cannot find the hex colors of Android 12 anywhere.
I have tried googling "Android 12 colors", "Android 12 color palette", "Android 12 Hex Colors", but the search results don't return any hex values.
I found this Stackoverflow answer that has the system values:
system_accent1_0
system_accent1_10
system_accent1_50
@android:color/system_accent1_0
Also requires min api 31 to use
But I don't know how to get the exact hex values from them.
How to use new Material You colors announced for Android 12
I have also tried the google material site, but they don't have the colors either.
https://m3.material.io/styles/color/overview
https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors
Does anyone know of a webpage that has the exact hex colors?