Color names in this palette
CSS code for this palette
/* CSS */
.grassy-green {
color: #4a9900;
}
.emerald-glitter {
color: #6eb300;
}
.matcha-powder {
color: #9dd100;
}
.leafy-lemon {
color: #c3e600;
}
.dingy-sticky-note {
color: #e2f5a3;
}
/* CSS Variables */
:root {
--grassy-green:#4a9900;
--emerald-glitter:#6eb300;
--matcha-powder:#9dd100;
--leafy-lemon:#c3e600;
--dingy-sticky-note:#e2f5a3;
}