Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.kanz-orange {
color: #ff8e3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.acid-pops {
color: #3dff6e;
}
.bleuch-tel-blue {
color: #3d8eff;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--kanz-orange:#ff8e3d;
--dandelion-yellow:#ffdb3d;
--acid-pops:#3dff6e;
--bleuch-tel-blue:#3d8eff;
}