Color names in this palette
CSS code for this palette
/* CSS */
.stoneware {
color: #a5998d;
}
.digital-garage {
color: #b7b3a4;
}
.light-rattan {
color: #d0c2a9;
}
.onion-white {
color: #e3d4c4;
}
.marquee-white {
color: #f5e9d6;
}
/* CSS Variables */
:root {
--stoneware:#a5998d;
--digital-garage:#b7b3a4;
--light-rattan:#d0c2a9;
--onion-white:#e3d4c4;
--marquee-white:#f5e9d6;
}