Color names in this palette
CSS code for this palette
/* CSS */
.teal {
color: #007f80;
}
.cyan-sky {
color: #00b2b3;
}
.turquoise-panic {
color: #33cccc;
}
.pluviophile {
color: #67e0e0;
}
.glitchy-shader-blue {
color: #99ffff;
}
/* CSS Variables */
:root {
--teal:#007f80;
--cyan-sky:#00b2b3;
--turquoise-panic:#33cccc;
--pluviophile:#67e0e0;
--glitchy-shader-blue:#99ffff;
}