Color names in this palette
CSS code for this palette
/* CSS */
.olive-thrill {
color: #6b8e2e;
}
.lime-it-or-leave-it {
color: #8caa4b;
}
.crisp-green {
color: #b3c83c;
}
.curious {
color: #d9e59e;
}
.yellow-chalk {
color: #f3f7b1;
}
/* CSS Variables */
:root {
--olive-thrill:#6b8e2e;
--lime-it-or-leave-it:#8caa4b;
--crisp-green:#b3c83c;
--curious:#d9e59e;
--yellow-chalk:#f3f7b1;
}