Color names in this palette
CSS code for this palette
/* CSS */
.city-loft {
color: #a79b8b;
}
.oyster-pink {
color: #d4b7af;
}
.novelle-peach {
color: #e6c7b3;
}
.eugenia {
color: #f2e7d4;
}
.light-lavender-blush {
color: #e2cfcf;
}
/* CSS Variables */
:root {
--city-loft:#a79b8b;
--oyster-pink:#d4b7af;
--novelle-peach:#e6c7b3;
--eugenia:#f2e7d4;
--light-lavender-blush:#e2cfcf;
}