Color names in this palette
CSS code for this palette
/* CSS */
.emerald-reflection {
color: #51c878;
}
.acid-sleazebag {
color: #4fbf71;
}
.greenish {
color: #3da96a;
}
.paperboy-s-lawn {
color: #2c964c;
}
.hawaiian-ti-leaf {
color: #1b7939;
}
/* CSS Variables */
:root {
--emerald-reflection:#51c878;
--acid-sleazebag:#4fbf71;
--greenish:#3da96a;
--paperboy-s-lawn:#2c964c;
--hawaiian-ti-leaf:#1b7939;
}