Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.o-brien-orange {
color: #f3a749;
}
.debrito {
color: #f47b3e;
}
.hot-shot {
color: #f05428;
}
.don-t-be-shy {
color: #e62b19;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--o-brien-orange:#f3a749;
--debrito:#f47b3e;
--hot-shot:#f05428;
--don-t-be-shy:#e62b19;
}