CSS code for this palette
/* CSS */
.gourmet-honey {
color: #e2c9a7;
}
.sheepskin {
color: #dab38b;
}
.putty {
color: #ceb06f;
}
.honey-maple {
color: #a86d5d;
}
.marron {
color: #6d4e4a;
}
/* CSS Variables */
:root {
--gourmet-honey:#e2c9a7;
--sheepskin:#dab38b;
--putty:#ceb06f;
--honey-maple:#a86d5d;
--marron:#6d4e4a;
}