Color names in this palette
CSS code for this palette
/* CSS */
.vintage-charm {
color: #c9b2a6;
}
.hanover {
color: #d8c4b1;
}
.loofah {
color: #e4d4b4;
}
.dappled-sunlight {
color: #f3e4c9;
}
.powdered {
color: #f9f3e7;
}
/* CSS Variables */
:root {
--vintage-charm:#c9b2a6;
--hanover:#d8c4b1;
--loofah:#e4d4b4;
--dappled-sunlight:#f3e4c9;
--powdered:#f9f3e7;
}