Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06400;
}
.saffron-gold {
color: #f08c00;
}
.lemon-dream {
color: #f0a400;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06400;
--saffron-gold:#f08c00;
--lemon-dream:#f0a400;
--solar-plexus-chakra:#f1c84b;
}