CSS code for this palette
/* CSS */
.coffee {
color: #6d4f37;
}
.peanut-butter-crust {
color: #c5a48c;
}
.beeswax {
color: #e9d6aa;
}
.noodles {
color: #f8e4b4;
}
.seacrest {
color: #b4c8a3;
}
/* CSS Variables */
:root {
--coffee:#6d4f37;
--peanut-butter-crust:#c5a48c;
--beeswax:#e9d6aa;
--noodles:#f8e4b4;
--seacrest:#b4c8a3;
}