Color names in this palette
CSS code for this palette
/* CSS */
.sandshell {
color: #d6c9b8;
}
.mother-of-pearl {
color: #e9d4c3;
}
.china-doll {
color: #f2e4d4;
}
.foundation {
color: #f8e7c4;
}
.pure-beige {
color: #e7d0c5;
}
/* CSS Variables */
:root {
--sandshell:#d6c9b8;
--mother-of-pearl:#e9d4c3;
--china-doll:#f2e4d4;
--foundation:#f8e7c4;
--pure-beige:#e7d0c5;
}