Color names in this palette
CSS code for this palette
/* CSS */
.prestige {
color: #b9a7a2;
}
.pink-nudity {
color: #d7c5b7;
}
.high-style-beige {
color: #e4d8c3;
}
.calcium {
color: #f2f3e8;
}
.eggshell-cream {
color: #f5efdb;
}
/* CSS Variables */
:root {
--prestige:#b9a7a2;
--pink-nudity:#d7c5b7;
--high-style-beige:#e4d8c3;
--calcium:#f2f3e8;
--eggshell-cream:#f5efdb;
}