Color names in this palette
CSS code for this palette
/* CSS */
.black-olive {
color: #3a3b35;
}
.green-jeans {
color: #7a7c6e;
}
.strong-winds {
color: #a3a69b;
}
.light-green-alabaster {
color: #d3d9c9;
}
.precious-dewdrop {
color: #f4f8e2;
}
/* CSS Variables */
:root {
--black-olive:#3a3b35;
--green-jeans:#7a7c6e;
--strong-winds:#a3a69b;
--light-green-alabaster:#d3d9c9;
--precious-dewdrop:#f4f8e2;
}