Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.instant-orange {
color: #ff8f2e;
}
.peanut-butter-chicken {
color: #ffb861;
}
.hello-yellow {
color: #ffe59e;
}
.sun-kissed {
color: #ffedc2;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--instant-orange:#ff8f2e;
--peanut-butter-chicken:#ffb861;
--hello-yellow:#ffe59e;
--sun-kissed:#ffedc2;
}