Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.kanz-orange {
color: #ff8e3d;
}
.haba-ero-gold {
color: #ffcf3d;
}
.eva-green {
color: #3dff8e;
}
.bright-cyan {
color: #3dffff;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--kanz-orange:#ff8e3d;
--haba-ero-gold:#ffcf3d;
--eva-green:#3dff8e;
--bright-cyan:#3dffff;
}