All Palettes

Color Palette #00b2b3, #3bd8d8, #80e0e0, #b4f3f3, #e5ffff

0%
0%
0%

CSS code for this palette

/* CSS */
.cyan-sky {
color: #00b2b3;
}
.fresh-turquoise {
color: #3bd8d8;
}
.cold-blue {
color: #80e0e0;
}
.ice-citadel {
color: #b4f3f3;
}
.bubbles {
color: #e5ffff;
}

/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--fresh-turquoise:#3bd8d8;
--cold-blue:#80e0e0;
--ice-citadel:#b4f3f3;
--bubbles:#e5ffff;
}

More palettes to explore