Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.mango-tango {
color: #ff7e3d;
}
.orange-pop {
color: #ffbb3d;
}
.yellow-green {
color: #c8ff3d;
}
.emerald-ice-palace {
color: #3dff7e;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--mango-tango:#ff7e3d;
--orange-pop:#ffbb3d;
--yellow-green:#c8ff3d;
--emerald-ice-palace:#3dff7e;
}