Color names in this palette
CSS code for this palette
/* CSS */
.westar {
color: #d4cfc4;
}
.diverse-beige {
color: #c2b2a8;
}
.sentimental {
color: #e6d7d1;
}
.uptown-taupe {
color: #f0e3d6;
}
.hearthstone {
color: #c7c0b3;
}
/* CSS Variables */
:root {
--westar:#d4cfc4;
--diverse-beige:#c2b2a8;
--sentimental:#e6d7d1;
--uptown-taupe:#f0e3d6;
--hearthstone:#c7c0b3;
}