Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f09000;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.kimchi {
color: #eb4e00;
}
.pleasant-pomegranate {
color: #c72b00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--saffron-gold:#f09000;
--royal-flycatcher-crest:#f06c00;
--kimchi:#eb4e00;
--pleasant-pomegranate:#c72b00;
}