Color names in this palette
CSS code for this palette
/* CSS */
.grey-matters {
color: #a8a9a2;
}
.studio-beige {
color: #c0b2a0;
}
.stark-white {
color: #d2c6b6;
}
.august-moon {
color: #e6e1d6;
}
.daisy-white {
color: #f7f3e4;
}
/* CSS Variables */
:root {
--grey-matters:#a8a9a2;
--studio-beige:#c0b2a0;
--stark-white:#d2c6b6;
--august-moon:#e6e1d6;
--daisy-white:#f7f3e4;
}