Color names in this palette
CSS code for this palette
/* CSS */
.nettle-green {
color: #2f4b2f;
}
.tarmac-green {
color: #4b814d;
}
.color-me-green {
color: #7fbb7c;
}
.pistachio-dream {
color: #a4d48c;
}
.spring-kiss {
color: #e1f6b6;
}
/* CSS Variables */
:root {
--nettle-green:#2f4b2f;
--tarmac-green:#4b814d;
--color-me-green:#7fbb7c;
--pistachio-dream:#a4d48c;
--spring-kiss:#e1f6b6;
}