Color names in this palette
CSS code for this palette
/* CSS */
.prestige {
color: #b6a8a0;
}
.coconut-macaroon {
color: #d8c9c0;
}
.new-youth {
color: #f1e1df;
}
.demure-pink {
color: #f8d1c4;
}
.rustique {
color: #f9bfb4;
}
/* CSS Variables */
:root {
--prestige:#b6a8a0;
--coconut-macaroon:#d8c9c0;
--new-youth:#f1e1df;
--demure-pink:#f8d1c4;
--rustique:#f9bfb4;
}