All Palettes

Color Palette #1fc1c1, #4dd1d1, #88d7d7, #b4e4e4, #f0fafa

0%
0%
0%

CSS code for this palette

/* CSS */
.lago-blue {
color: #1fc1c1;
}
.medium-turquoise {
color: #4dd1d1;
}
.island-oasis {
color: #88d7d7;
}
.seascape-green {
color: #b4e4e4;
}
.distant-horizon {
color: #f0fafa;
}

/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--medium-turquoise:#4dd1d1;
--island-oasis:#88d7d7;
--seascape-green:#b4e4e4;
--distant-horizon:#f0fafa;
}

More palettes to explore