Color names in this palette
CSS code for this palette
/* CSS */
.sandshell {
color: #d6c9b8;
}
.high-style-beige {
color: #e5d6c2;
}
.d-cor-white {
color: #f2e5cf;
}
.pinkham {
color: #e9c7af;
}
.bespoke {
color: #d4b8a0;
}
/* CSS Variables */
:root {
--sandshell:#d6c9b8;
--high-style-beige:#e5d6c2;
--d-cor-white:#f2e5cf;
--pinkham:#e9c7af;
--bespoke:#d4b8a0;
}