All Palettes

Color Palette #00b2b3, #00c4d6, #00d9e0, #00e5e6, #00f0f0

0%
0%
0%

CSS code for this palette

/* CSS */
.cyan-sky {
color: #00b2b3;
}
.turquoise-surf {
color: #00c4d6;
}
.aztec-turquoise {
color: #00d9e0;
}
.bright-turquoise {
color: #00e5e6;
}
.aqua-cyan {
color: #00f0f0;
}

/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--turquoise-surf:#00c4d6;
--aztec-turquoise:#00d9e0;
--bright-turquoise:#00e5e6;
--aqua-cyan:#00f0f0;
}

More palettes to explore