CSS code for this palette
/* CSS */
.fresh-onion {
color: #59882b;
}
.clay {
color: #b76d4e;
}
.wax-way {
color: #d6b566;
}
.tequila {
color: #f4cba4;
}
.hot-sauce {
color: #a9513d;
}
/* CSS Variables */
:root {
--fresh-onion:#59882b;
--clay:#b76d4e;
--wax-way:#d6b566;
--tequila:#f4cba4;
--hot-sauce:#a9513d;
}