Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.acid-sleazebag {
color: #4fbf6f;
}
.greenish {
color: #3da963;
}
.kelly-green {
color: #2b9c5a;
}
.fly-the-green {
color: #1a8e50;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--acid-sleazebag:#4fbf6f;
--greenish:#3da963;
--kelly-green:#2b9c5a;
--fly-the-green:#1a8e50;
}