Color names in this palette
CSS code for this palette
/* CSS */
.laser-trap {
color: #ff3d6a;
}
.kanz-orange {
color: #ff8e3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.acid-pops {
color: #3dff6a;
}
.sky-dancer {
color: #3d9eff;
}
/* CSS Variables */
:root {
--laser-trap:#ff3d6a;
--kanz-orange:#ff8e3d;
--dandelion-yellow:#ffdb3d;
--acid-pops:#3dff6a;
--sky-dancer:#3d9eff;
}