Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.guava {
color: #ff9b29;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.aspen-gold {
color: #ffd761;
}
.old-yella {
color: #ffeb99;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--guava:#ff9b29;
--peanut-butter-chicken:#ffb65c;
--aspen-gold:#ffd761;
--old-yella:#ffeb99;
}