All Palettes

Color Palette #00b0e0, #68d9e3, #94e3f5, #c2f1fa, #e0ffff

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-atoll {
color: #00b0e0;
}
.turquoise-sea {
color: #68d9e3;
}
.gas-giant {
color: #94e3f5;
}
.heaven-gates {
color: #c2f1fa;
}
.light-cyan {
color: #e0ffff;
}

/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--turquoise-sea:#68d9e3;
--gas-giant:#94e3f5;
--heaven-gates:#c2f1fa;
--light-cyan:#e0ffff;
}

More palettes to explore