Color names in this palette
CSS code for this palette
/* CSS */
.gorgeous-green {
color: #2a7e3e;
}
.emerald-cory {
color: #5abf6e;
}
.mother-of-pearl-green {
color: #8fd69d;
}
.fringy-flower {
color: #b2e0b5;
}
.white-sulfur {
color: #eff8e8;
}
/* CSS Variables */
:root {
--gorgeous-green:#2a7e3e;
--emerald-cory:#5abf6e;
--mother-of-pearl-green:#8fd69d;
--fringy-flower:#b2e0b5;
--white-sulfur:#eff8e8;
}