Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.saffron-gold {
color: #f08c00;
}
.wiener-schnitzel {
color: #f09c00;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.royal-flycatcher-crest {
color: #f06400;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--saffron-gold:#f08c00;
--wiener-schnitzel:#f09c00;
--solar-plexus-chakra:#f1c84b;
--royal-flycatcher-crest:#f06400;
}