All Palettes

Color Palette #c6f6f0, #a1e8e5, #5fd3d1, #35b1b1, #008a8a

0%
0%
0%

CSS code for this palette

/* CSS */
.duck-egg-blue {
color: #c6f6f0;
}
.everest {
color: #a1e8e5;
}
.blue-radiance {
color: #5fd3d1;
}
.lake-tahoe-turquoise {
color: #35b1b1;
}
.dark-cyan {
color: #008a8a;
}

/* CSS Variables */
:root {
--duck-egg-blue:#c6f6f0;
--everest:#a1e8e5;
--blue-radiance:#5fd3d1;
--lake-tahoe-turquoise:#35b1b1;
--dark-cyan:#008a8a;
}

More palettes to explore