CSS code for this palette
/* CSS */
.soft-butter {
color: #f5e2b7;
}
.sandpoint {
color: #e8cbb0;
}
.ivory-cream {
color: #d7b79d;
}
.pergament {
color: #c1a58a;
}
.tannin {
color: #a78c6c;
}
/* CSS Variables */
:root {
--soft-butter:#f5e2b7;
--sandpoint:#e8cbb0;
--ivory-cream:#d7b79d;
--pergament:#c1a58a;
--tannin:#a78c6c;
}