All Palettes

Color Palette #1fc1c1, #3fd5d5, #69e2e2, #a2f1f1, #e6f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.lago-blue {
color: #1fc1c1;
}
.fresh-turquoise {
color: #3fd5d5;
}
.pluviophile {
color: #69e2e2;
}
.waterspout {
color: #a2f1f1;
}
.calm-waters {
color: #e6f9f9;
}

/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--fresh-turquoise:#3fd5d5;
--pluviophile:#69e2e2;
--waterspout:#a2f1f1;
--calm-waters:#e6f9f9;
}

More palettes to explore