CSS code for this palette
/* CSS */
.paper-dog {
color: #d6c7a9;
}
.tawny-ember {
color: #a6967d;
}
.baton {
color: #866e5b;
}
.beauty-spot {
color: #5f4b3a;
}
.sambuca {
color: #3c2e25;
}
/* CSS Variables */
:root {
--paper-dog:#d6c7a9;
--tawny-ember:#a6967d;
--baton:#866e5b;
--beauty-spot:#5f4b3a;
--sambuca:#3c2e25;
}