CSS code for this palette
/* CSS */
.pinkham {
color: #e8c8b0;
}
.mulled-spice {
color: #d3a778;
}
.wheatberry {
color: #c68a5d;
}
.hazel {
color: #a56a4a;
}
.spiced-red {
color: #8b4e3c;
}
/* CSS Variables */
:root {
--pinkham:#e8c8b0;
--mulled-spice:#d3a778;
--wheatberry:#c68a5d;
--hazel:#a56a4a;
--spiced-red:#8b4e3c;
}