Color names in this palette
CSS code for this palette
/* CSS */
.digital-garage {
color: #b8b3a3;
}
.pistachio-shell {
color: #cfc5af;
}
.mother-of-pearl {
color: #e8d5c4;
}
.marquee-white {
color: #f5e9d6;
}
.shea {
color: #f9f1eb;
}
/* CSS Variables */
:root {
--digital-garage:#b8b3a3;
--pistachio-shell:#cfc5af;
--mother-of-pearl:#e8d5c4;
--marquee-white:#f5e9d6;
--shea:#f9f1eb;
}