Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.orange-hibiscus {
color: #ff9a47;
}
.spiced-nectarine {
color: #ffbc70;
}
.butter-cupcake {
color: #ffdf99;
}
.creamy-cloud-dreams {
color: #fff4e0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--orange-hibiscus:#ff9a47;
--spiced-nectarine:#ffbc70;
--butter-cupcake:#ffdf99;
--creamy-cloud-dreams:#fff4e0;
}