All Palettes

Color Palette #00b0b3, #1ad2d5, #3fe1e4, #8af2f4, #d2f8f9

0%
0%
0%

CSS code for this palette

/* CSS */
.cyan-sky {
color: #00b0b3;
}
.blue-martina {
color: #1ad2d5;
}
.blue-dacnis {
color: #3fe1e4;
}
.bath-water {
color: #8af2f4;
}
.tinted-ice {
color: #d2f8f9;
}

/* CSS Variables */
:root {
--cyan-sky:#00b0b3;
--blue-martina:#1ad2d5;
--blue-dacnis:#3fe1e4;
--bath-water:#8af2f4;
--tinted-ice:#d2f8f9;
}

More palettes to explore