Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.instant-orange {
color: #ff8f2e;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.sunrose-yellow {
color: #ffdb66;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--instant-orange:#ff8f2e;
--peanut-butter-chicken:#ffb65c;
--sunrose-yellow:#ffdb66;
--soviet-gold:#ffd900;
}