Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.cigarette-glow {
color: #f05800;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--royal-flycatcher-crest:#f06c00;
--cigarette-glow:#f05800;
}