Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.royal-flycatcher-crest {
color: #f06400;
}
.glowing-meteor {
color: #f03c00;
}
.native-hue-of-resolution {
color: #d62b00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--royal-flycatcher-crest:#f06400;
--glowing-meteor:#f03c00;
--native-hue-of-resolution:#d62b00;
}