Color names in this palette
CSS code for this palette
/* CSS */
.eva-green {
color: #3dff91;
}
.light-green {
color: #70ff7c;
}
.stinging-wasabi {
color: #a6ff6b;
}
.isotonic-water {
color: #d8ff57;
}
.mango-tango {
color: #ff7e3d;
}
/* CSS Variables */
:root {
--eva-green:#3dff91;
--light-green:#70ff7c;
--stinging-wasabi:#a6ff6b;
--isotonic-water:#d8ff57;
--mango-tango:#ff7e3d;
}