All Palettes

Color Palette #007f80, #00b2b3, #00e0e0, #5df8f8, #a8ffff

0%
0%
0%

CSS code for this palette

/* CSS */
.teal {
color: #007f80;
}
.cyan-sky {
color: #00b2b3;
}
.aztec-turquoise {
color: #00e0e0;
}
.cga-blue {
color: #5df8f8;
}
.affen-turquoise {
color: #a8ffff;
}

/* CSS Variables */
:root {
--teal:#007f80;
--cyan-sky:#00b2b3;
--aztec-turquoise:#00e0e0;
--cga-blue:#5df8f8;
--affen-turquoise:#a8ffff;
}

More palettes to explore