Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.iridescent-green {
color: #40bf6f;
}
.island-green {
color: #2bab5e;
}
.garnish {
color: #1f984e;
}
.the-wild-apothecary {
color: #0f8a3c;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--iridescent-green:#40bf6f;
--island-green:#2bab5e;
--garnish:#1f984e;
--the-wild-apothecary:#0f8a3c;
}