Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b8839;
}
.american-green {
color: #3cbe3e;
}
.fresh-green {
color: #6edb4d;
}
.paradise-green {
color: #a0e68e;
}
.dingy-sticky-note {
color: #e2f5a3;
}
/* CSS Variables */
:root {
--green-ribbon:#2b8839;
--american-green:#3cbe3e;
--fresh-green:#6edb4d;
--paradise-green:#a0e68e;
--dingy-sticky-note:#e2f5a3;
}