Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.blazing-bonfire {
color: #ff9c38;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.lime-spritz {
color: #d8e2cf;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--blazing-bonfire:#ff9c38;
--peanut-butter-chicken:#ffb65c;
--smooth-as-corn-silk:#f4e2b3;
--lime-spritz:#d8e2cf;
}