Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.spirit-warrior {
color: #d5553f;
}
.outlawed-orange {
color: #b76f4e;
}
.orange-clay {
color: #e7a67e;
}
.indian-clay {
color: #f1d0c1;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--spirit-warrior:#d5553f;
--outlawed-orange:#b76f4e;
--orange-clay:#e7a67e;
--indian-clay:#f1d0c1;
}