Color names in this palette
CSS code for this palette
/* CSS */
.lilac-smoke {
color: #b9a4a2;
}
.pink-nudity {
color: #d7c5b7;
}
.manila {
color: #e5caa9;
}
.cymophane-yellow {
color: #f3e6a5;
}
.demure-pink {
color: #f8d2c4;
}
/* CSS Variables */
:root {
--lilac-smoke:#b9a4a2;
--pink-nudity:#d7c5b7;
--manila:#e5caa9;
--cymophane-yellow:#f3e6a5;
--demure-pink:#f8d2c4;
}