Color names in this palette
CSS code for this palette
/* CSS */
.often-orange {
color: #ff704d;
}
.blazing-bonfire {
color: #ffa333;
}
.english-daisy {
color: #ffcb47;
}
.pistachio-cream {
color: #c6d89d;
}
.dancing-jewel {
color: #419f76;
}
/* CSS Variables */
:root {
--often-orange:#ff704d;
--blazing-bonfire:#ffa333;
--english-daisy:#ffcb47;
--pistachio-cream:#c6d89d;
--dancing-jewel:#419f76;
}