Color names in this palette
CSS code for this palette
/* CSS */
.golden-aurelia {
color: #ffed7a;
}
.daisy {
color: #f9d13e;
}
.freesia {
color: #f3c12b;
}
.spicy-sweetcorn {
color: #f5a700;
}
.hotter-butter {
color: #e68a00;
}
/* CSS Variables */
:root {
--golden-aurelia:#ffed7a;
--daisy:#f9d13e;
--freesia:#f3c12b;
--spicy-sweetcorn:#f5a700;
--hotter-butter:#e68a00;
}