Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.bright-turquoise {
color: #00e5e6;
}
.crisp-cyan {
color: #1affff;
}
.moonglade-water {
color: #66ffff;
}
.glitchy-shader-blue {
color: #99ffff;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--bright-turquoise:#00e5e6;
--crisp-cyan:#1affff;
--moonglade-water:#66ffff;
--glitchy-shader-blue:#99ffff;
}