Color names in this palette
CSS code for this palette
/* CSS */
.clam-shell {
color: #d3b1a6;
}
.gypsum-rose {
color: #e0c4b2;
}
.blushing {
color: #f0d3c1;
}
.dessert-cream {
color: #f6e4d0;
}
.moonlit-beach {
color: #f9f0e6;
}
/* CSS Variables */
:root {
--clam-shell:#d3b1a6;
--gypsum-rose:#e0c4b2;
--blushing:#f0d3c1;
--dessert-cream:#f6e4d0;
--moonlit-beach:#f9f0e6;
}