All Palettes

Color Palette #1e8a8a, #2db4b4, #5bd2d2, #8cf3f3, #befefe

0%
0%
0%

CSS code for this palette

/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.island-aqua {
color: #2db4b4;
}
.blue-radiance {
color: #5bd2d2;
}
.bath-water {
color: #8cf3f3;
}
.friendly-frost {
color: #befefe;
}

/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--island-aqua:#2db4b4;
--blue-radiance:#5bd2d2;
--bath-water:#8cf3f3;
--friendly-frost:#befefe;
}

More palettes to explore