Color names in this palette
CSS code for this palette
/* CSS */
.spicy-sweetcorn {
color: #f5a700;
}
.floral-leaf {
color: #ffb84d;
}
.apricot-glow {
color: #ffcc7a;
}
.butter-cupcake {
color: #ffdd99;
}
.doeskin {
color: #fff1e5;
}
/* CSS Variables */
:root {
--spicy-sweetcorn:#f5a700;
--floral-leaf:#ffb84d;
--apricot-glow:#ffcc7a;
--butter-cupcake:#ffdd99;
--doeskin:#fff1e5;
}