Color names in this palette
CSS code for this palette
/* CSS */
.drop-green {
color: #6dc059;
}
.kryptonite-green {
color: #3a9c44;
}
.lush-paradise {
color: #307e34;
}
.young-green-onion {
color: #a4da4e;
}
.dingy-sticky-note {
color: #e7f2a1;
}
/* CSS Variables */
:root {
--drop-green:#6dc059;
--kryptonite-green:#3a9c44;
--lush-paradise:#307e34;
--young-green-onion:#a4da4e;
--dingy-sticky-note:#e7f2a1;
}