Color names in this palette
CSS code for this palette
/* CSS */
.witty-green {
color: #b5d99b;
}
.olive-sand {
color: #9dbf8d;
}
.cressida {
color: #8bab7c;
}
.green-hornet {
color: #6c9a5b;
}
.autumn-fern {
color: #4e784a;
}
/* CSS Variables */
:root {
--witty-green:#b5d99b;
--olive-sand:#9dbf8d;
--cressida:#8bab7c;
--green-hornet:#6c9a5b;
--autumn-fern:#4e784a;
}