Color names in this palette
CSS code for this palette
/* CSS */
.dark-shamrock {
color: #33cc99;
}
.greenish-teal {
color: #2fc189;
}
.cosmic-green {
color: #29a87c;
}
.elf-green {
color: #1e8a6a;
}
.vital-green {
color: #178c5d;
}
/* CSS Variables */
:root {
--dark-shamrock:#33cc99;
--greenish-teal:#2fc189;
--cosmic-green:#29a87c;
--elf-green:#1e8a6a;
--vital-green:#178c5d;
}