CSS code for this palette
/* CSS */
.barley-white {
color: #f7e3b6;
}
.beech-nut {
color: #d9b59b;
}
.delhi-spice {
color: #a66e6e;
}
.marron {
color: #6b4e4c;
}
.havana {
color: #3b2b2b;
}
/* CSS Variables */
:root {
--barley-white:#f7e3b6;
--beech-nut:#d9b59b;
--delhi-spice:#a66e6e;
--marron:#6b4e4c;
--havana:#3b2b2b;
}