Color names in this palette
CSS code for this palette
/* CSS */
.high-reflective-white {
color: #f8f6f1;
}
.august-moon {
color: #e6e1d6;
}
.casual-khaki {
color: #d3c5b1;
}
.prairie-dust {
color: #b8aa8e;
}
.archaeological-site {
color: #8e7a5d;
}
/* CSS Variables */
:root {
--high-reflective-white:#f8f6f1;
--august-moon:#e6e1d6;
--casual-khaki:#d3c5b1;
--prairie-dust:#b8aa8e;
--archaeological-site:#8e7a5d;
}