Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.mee-hua-sunset {
color: #f07800;
}
.royal-flycatcher-crest {
color: #f06400;
}
.kimchi {
color: #f04c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--mee-hua-sunset:#f07800;
--royal-flycatcher-crest:#f06400;
--kimchi:#f04c00;
}