Color names in this palette
CSS code for this palette
/* CSS */
.olivine {
color: #9fbc76;
}
.fresh-lettuce {
color: #b6d98c;
}
.celery-scepter {
color: #e5e09a;
}
.golden-hour {
color: #f5b656;
}
.monarch-orange {
color: #f39e6d;
}
/* CSS Variables */
:root {
--olivine:#9fbc76;
--fresh-lettuce:#b6d98c;
--celery-scepter:#e5e09a;
--golden-hour:#f5b656;
--monarch-orange:#f39e6d;
}