Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.orange-bell-pepper {
color: #ff8b42;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.brite-gold {
color: #ffdb8f;
}
.spring-buttercup {
color: #fff5c2;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--orange-bell-pepper:#ff8b42;
--peanut-butter-chicken:#ffb65c;
--brite-gold:#ffdb8f;
--spring-buttercup:#fff5c2;
}