Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.kanz-orange {
color: #ff8e3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.radiant-hulk {
color: #1fff40;
}
.move-mint {
color: #3dffc2;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--kanz-orange:#ff8e3d;
--dandelion-yellow:#ffdb3d;
--radiant-hulk:#1fff40;
--move-mint:#3dffc2;
}