Color names in this palette
CSS code for this palette
/* CSS */
.easter-purple {
color: #c66bff;
}
.kanz-orange {
color: #ff8e3d;
}
.bumblebee {
color: #ffcd29;
}
.blood-burst {
color: #ff4d4d;
}
.heisenberg-blue {
color: #6fd0f6;
}
/* CSS Variables */
:root {
--easter-purple:#c66bff;
--kanz-orange:#ff8e3d;
--bumblebee:#ffcd29;
--blood-burst:#ff4d4d;
--heisenberg-blue:#6fd0f6;
}