Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.iridescent-green {
color: #4abf6b;
}
.artificial-turf {
color: #3dae5d;
}
.militant-vegan {
color: #2e9e51;
}
.rich-green {
color: #1f8e44;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--iridescent-green:#4abf6b;
--artificial-turf:#3dae5d;
--militant-vegan:#2e9e51;
--rich-green:#1f8e44;
}