Color names in this palette
CSS code for this palette
/* CSS */
.matte-olive {
color: #9a8e7e;
}
.grain-brown {
color: #cab9a0;
}
.wheat-sheaf {
color: #dfd3c3;
}
.historic-cream {
color: #fdf1e2;
}
.golden-lake {
color: #d9c8a1;
}
/* CSS Variables */
:root {
--matte-olive:#9a8e7e;
--grain-brown:#cab9a0;
--wheat-sheaf:#dfd3c3;
--historic-cream:#fdf1e2;
--golden-lake:#d9c8a1;
}