CSS code for this palette
/* CSS */
.raw-sugar {
color: #d7c9b2;
}
.putty-grey {
color: #bfa99b;
}
.utaupeia {
color: #a78e7b;
}
.acorn {
color: #7e5b4e;
}
.button-eyes {
color: #4e3b32;
}
/* CSS Variables */
:root {
--raw-sugar:#d7c9b2;
--putty-grey:#bfa99b;
--utaupeia:#a78e7b;
--acorn:#7e5b4e;
--button-eyes:#4e3b32;
}