Color names in this palette
CSS code for this palette
/* CSS */
.gem-silica {
color: #75c7a1;
}
.garish-green {
color: #4ebc8e;
}
.cosmic-green {
color: #2fac7a;
}
.starship-trooper {
color: #1d9a6a;
}
.primal-green {
color: #0f8a5b;
}
/* CSS Variables */
:root {
--gem-silica:#75c7a1;
--garish-green:#4ebc8e;
--cosmic-green:#2fac7a;
--starship-trooper:#1d9a6a;
--primal-green:#0f8a5b;
}