Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9e339;
}
.empire-yellow {
color: #f5d400;
}
.spicy-sweetcorn {
color: #f5ab00;
}
.saffron-gold {
color: #f09000;
}
.mee-hua-sunset {
color: #eb7900;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9e339;
--empire-yellow:#f5d400;
--spicy-sweetcorn:#f5ab00;
--saffron-gold:#f09000;
--mee-hua-sunset:#eb7900;
}