Color names in this palette
CSS code for this palette
/* CSS */
.adonis-rose-yellow {
color: #f0c24c;
}
.ocher {
color: #bea00e;
}
.afghan-carpet {
color: #8d6025;
}
.searing-gorge-brown {
color: #6c3c1e;
}
.saffron-gold {
color: #ef9001;
}
/* CSS Variables */
:root {
--adonis-rose-yellow:#f0c24c;
--ocher:#bea00e;
--afghan-carpet:#8d6025;
--searing-gorge-brown:#6c3c1e;
--saffron-gold:#ef9001;
}