Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06400;
}
.american-yellow {
color: #f0b400;
}
.titanium-yellow {
color: #f0e400;
}
.lush-green {
color: #b4f000;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06400;
--american-yellow:#f0b400;
--titanium-yellow:#f0e400;
--lush-green:#b4f000;
}