Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.skyan {
color: #66ccff;
}
.glitchy-shader-blue {
color: #99ffff;
}
.dawn-departs {
color: #ccffff;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--skyan:#66ccff;
--glitchy-shader-blue:#99ffff;
--dawn-departs:#ccffff;
--bubbles:#e5ffff;
}