Color names in this palette
CSS code for this palette
/* CSS */
.tropical-forest-green {
color: #1e8a1e;
}
.american-green {
color: #3cbe3c;
}
.pastel-green {
color: #7ad67a;
}
.creamy-mint {
color: #aaf8aa;
}
.herbal-mist {
color: #d0e7d0;
}
/* CSS Variables */
:root {
--tropical-forest-green:#1e8a1e;
--american-green:#3cbe3c;
--pastel-green:#7ad67a;
--creamy-mint:#aaf8aa;
--herbal-mist:#d0e7d0;
}