All Palettes

Color Palette #3f8d8d, #6cc1c1, #8ef1f1, #cff2f2, #f5f5f5

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-chill {
color: #3f8d8d;
}
.tropic-tide {
color: #6cc1c1;
}
.bath-water {
color: #8ef1f1;
}
.diamond-league {
color: #cff2f2;
}
.white-smoke {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--blue-chill:#3f8d8d;
--tropic-tide:#6cc1c1;
--bath-water:#8ef1f1;
--diamond-league:#cff2f2;
--white-smoke:#f5f5f5;
}

More palettes to explore