Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d3b5b1;
}
.youth {
color: #e1c9c7;
}
.light-lip-gloss {
color: #e8d8d4;
}
.new-youth {
color: #f1e1df;
}
.bright-white {
color: #f8f3f2;
}
/* CSS Variables */
:root {
--oyster-pink:#d3b5b1;
--youth:#e1c9c7;
--light-lip-gloss:#e8d8d4;
--new-youth:#f1e1df;
--bright-white:#f8f3f2;
}