Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1d9a6a;
}
.garish-green {
color: #4abf8c;
}
.enchanted-emerald {
color: #7edd9e;
}
.esoteric-touch-green {
color: #a7f1c2;
}
.mint-flash {
color: #d7f9e5;
}
/* CSS Variables */
:root {
--starship-trooper:#1d9a6a;
--garish-green:#4abf8c;
--enchanted-emerald:#7edd9e;
--esoteric-touch-green:#a7f1c2;
--mint-flash:#d7f9e5;
}