All Palettes

Color Palette #007f80, #00b2b3, #33cccc, #65e6e6, #99ffff

0%
0%
0%

CSS code for this palette

/* CSS */
.teal {
color: #007f80;
}
.cyan-sky {
color: #00b2b3;
}
.turquoise-panic {
color: #33cccc;
}
.near-moon {
color: #65e6e6;
}
.glitchy-shader-blue {
color: #99ffff;
}

/* CSS Variables */
:root {
--teal:#007f80;
--cyan-sky:#00b2b3;
--turquoise-panic:#33cccc;
--near-moon:#65e6e6;
--glitchy-shader-blue:#99ffff;
}

More palettes to explore