CSS code for this palette
/* CSS */
.sanctuary {
color: #d4c7a5;
}
.soft-fawn {
color: #b49979;
}
.bean-pot {
color: #8c6d4f;
}
.painted-bark {
color: #5e3f31;
}
.havana {
color: #3b2b2e;
}
/* CSS Variables */
:root {
--sanctuary:#d4c7a5;
--soft-fawn:#b49979;
--bean-pot:#8c6d4f;
--painted-bark:#5e3f31;
--havana:#3b2b2e;
}