Color names in this palette
CSS code for this palette
/* CSS */
.orange-clay {
color: #e6a57a;
}
.dusty-orange {
color: #de6e4f;
}
.fireglow {
color: #d85f41;
}
.peanut-butter-jelly {
color: #c94c26;
}
.brick {
color: #9f381e;
}
/* CSS Variables */
:root {
--orange-clay:#e6a57a;
--dusty-orange:#de6e4f;
--fireglow:#d85f41;
--peanut-butter-jelly:#c94c26;
--brick:#9f381e;
}