Color names in this palette
CSS code for this palette
/* CSS */
.studio-beige {
color: #c0b2a0;
}
.buckram-binding {
color: #dac5a4;
}
.alsot-olive {
color: #e1d6b2;
}
.oyster-bisque {
color: #f2e5b0;
}
.sweet-angel {
color: #f3c9b9;
}
/* CSS Variables */
:root {
--studio-beige:#c0b2a0;
--buckram-binding:#dac5a4;
--alsot-olive:#e1d6b2;
--oyster-bisque:#f2e5b0;
--sweet-angel:#f3c9b9;
}