Color names in this palette
CSS code for this palette
/* CSS */
.spa-sangria {
color: #d8c8a6;
}
.best-beige {
color: #c5b59b;
}
.light-taupe {
color: #b19d8c;
}
.toasted-coconut {
color: #e8c4a1;
}
.darling-clementine {
color: #d09c7c;
}
/* CSS Variables */
:root {
--spa-sangria:#d8c8a6;
--best-beige:#c5b59b;
--light-taupe:#b19d8c;
--toasted-coconut:#e8c4a1;
--darling-clementine:#d09c7c;
}