Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.turtle-warrior {
color: #3ebb68;
}
.island-green {
color: #2ba65e;
}
.get-up-and-go {
color: #1e9949;
}
.nature-s-strength {
color: #0d7736;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--turtle-warrior:#3ebb68;
--island-green:#2ba65e;
--get-up-and-go:#1e9949;
--nature-s-strength:#0d7736;
}