CSS code for this palette
/* CSS */
.self-destruct {
color: #c1b49a;
}
.riviera-sand {
color: #e0c89f;
}
.calla {
color: #f1e0b6;
}
.marsh-field {
color: #d5c57b;
}
.rattan {
color: #a88c61;
}
/* CSS Variables */
:root {
--self-destruct:#c1b49a;
--riviera-sand:#e0c89f;
--calla:#f1e0b6;
--marsh-field:#d5c57b;
--rattan:#a88c61;
}