Color names in this palette
CSS code for this palette
/* CSS */
.hawaii-morning {
color: #00b7ff;
}
.neon-blue {
color: #00e1ff;
}
.shady-neon-blue {
color: #5b4dff;
}
.diva-pink {
color: #ff3d81;
}
.orange-juice {
color: #ff8000;
}
/* CSS Variables */
:root {
--hawaii-morning:#00b7ff;
--neon-blue:#00e1ff;
--shady-neon-blue:#5b4dff;
--diva-pink:#ff3d81;
--orange-juice:#ff8000;
}