Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.cigarette-glow {
color: #f05400;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--r-d-i-ch-ng-orange:#f07c00;
--royal-flycatcher-crest:#f06c00;
--cigarette-glow:#f05400;
}