CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.orange-clay {
color: #e9a67c;
}
.phoenix-fossil {
color: #f5d89e;
}
.reed {
color: #c2d5a4;
}
.nutmeg {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--orange-clay:#e9a67c;
--phoenix-fossil:#f5d89e;
--reed:#c2d5a4;
--nutmeg:#7e4b3a;
}