Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.kanz-orange {
color: #ff8e3d;
}
.daisy {
color: #ffd53d;
}
.yellow-green {
color: #c5ff3d;
}
.emerald-ice-palace {
color: #3dff7e;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--kanz-orange:#ff8e3d;
--daisy:#ffd53d;
--yellow-green:#c5ff3d;
--emerald-ice-palace:#3dff7e;
}