CSS code for this palette
/* CSS */
.cottonseed {
color: #f5e6c7;
}
.coco {
color: #d2b9a3;
}
.stucco {
color: #a58b7e;
}
.wild-cattail {
color: #8e6a5d;
}
.witch-s-cottage {
color: #4d3c28;
}
/* CSS Variables */
:root {
--cottonseed:#f5e6c7;
--coco:#d2b9a3;
--stucco:#a58b7e;
--wild-cattail:#8e6a5d;
--witch-s-cottage:#4d3c28;
}