Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.classic-green {
color: #3bbf5c;
}
.vitalize {
color: #2da44f;
}
.rich-green {
color: #1d8b3e;
}
.nature-s-strength {
color: #0f7033;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--classic-green:#3bbf5c;
--vitalize:#2da44f;
--rich-green:#1d8b3e;
--nature-s-strength:#0f7033;
}