Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.indian-saffron {
color: #ff9933;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.buffalo-trail {
color: #e1af7a;
}
.potting-soil {
color: #5b3e2f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--indian-saffron:#ff9933;
--peanut-butter-chicken:#ffb65c;
--buffalo-trail:#e1af7a;
--potting-soil:#5b3e2f;
}