All Palettes

Color Palette #1fc1c1, #4cd6d6, #8aefef, #cff7f7, #f6f8f8

0%
0%
0%

CSS code for this palette

/* CSS */
.lago-blue {
color: #1fc1c1;
}
.medium-turquoise {
color: #4cd6d6;
}
.bath-water {
color: #8aefef;
}
.tinted-ice {
color: #cff7f7;
}
.lynx-white {
color: #f6f8f8;
}

/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--medium-turquoise:#4cd6d6;
--bath-water:#8aefef;
--tinted-ice:#cff7f7;
--lynx-white:#f6f8f8;
}

More palettes to explore