Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.pluviophile {
color: #67e0e0;
}
.glitchy-shader-blue {
color: #99ffff;
}
.dawn-departs {
color: #ccffff;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--pluviophile:#67e0e0;
--glitchy-shader-blue:#99ffff;
--dawn-departs:#ccffff;
--light-cyan:#e0ffff;
}