Color names in this palette
CSS code for this palette
/* CSS */
.iris-blue {
color: #00b3c7;
}
.neon-nazar {
color: #4cd4e1;
}
.electric-blue {
color: #7ef7f3;
}
.glitchy-shader-blue {
color: #99fffc;
}
.friendly-frost {
color: #c2ffff;
}
/* CSS Variables */
:root {
--iris-blue:#00b3c7;
--neon-nazar:#4cd4e1;
--electric-blue:#7ef7f3;
--glitchy-shader-blue:#99fffc;
--friendly-frost:#c2ffff;
}