All Palettes

Color Palette #3bd6d8, #6be6e0, #a1f7f5, #f1f9f9, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.fresh-turquoise {
color: #3bd6d8;
}
.turquoise-chalk {
color: #6be6e0;
}
.waterspout {
color: #a1f7f5;
}
.distant-horizon {
color: #f1f9f9;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--fresh-turquoise:#3bd6d8;
--turquoise-chalk:#6be6e0;
--waterspout:#a1f7f5;
--distant-horizon:#f1f9f9;
--white:#ffffff;
}

More palettes to explore