Color names in this palette
CSS code for this palette
/* CSS */
.eva-green {
color: #3dff8e;
}
.lighter-green {
color: #7fff5c;
}
.lime {
color: #b1ff3d;
}
.hollandaise {
color: #ffec3d;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--eva-green:#3dff8e;
--lighter-green:#7fff5c;
--lime:#b1ff3d;
--hollandaise:#ffec3d;
--blood-burst:#ff4d4d;
}