All Palettes

Color Palette #0098a3, #00b1b8, #00d3d6, #a4e0e5, #f0ffff

0%
0%
0%

CSS code for this palette

/* CSS */
.tile-blue {
color: #0098a3;
}
.cyan-sky {
color: #00b1b8;
}
.jade-glass {
color: #00d3d6;
}
.charlotte {
color: #a4e0e5;
}
.vapor {
color: #f0ffff;
}

/* CSS Variables */
:root {
--tile-blue:#0098a3;
--cyan-sky:#00b1b8;
--jade-glass:#00d3d6;
--charlotte:#a4e0e5;
--vapor:#f0ffff;
}

More palettes to explore