Color names in this palette
CSS code for this palette
/* CSS */
.winter-feather {
color: #beae9d;
}
.simplify-beige {
color: #d6c6b8;
}
.mother-of-pearl {
color: #e8d5c4;
}
.early-sunset {
color: #f3e2d8;
}
.shea {
color: #f9f0ec;
}
/* CSS Variables */
:root {
--winter-feather:#beae9d;
--simplify-beige:#d6c6b8;
--mother-of-pearl:#e8d5c4;
--early-sunset:#f3e2d8;
--shea:#f9f0ec;
}