Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.aztec-turquoise {
color: #00e0e0;
}
.moonglade-water {
color: #66ffff;
}
.glitchy-shader-blue {
color: #99ffff;
}
.friendly-frost {
color: #c2ffff;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--aztec-turquoise:#00e0e0;
--moonglade-water:#66ffff;
--glitchy-shader-blue:#99ffff;
--friendly-frost:#c2ffff;
}