All Palettes

Color Palette #1fc1c1, #2ed1d1, #48d5d5, #a2e6e6, #f1f9f9

0%
0%
0%

CSS code for this palette

/* CSS */
.lago-blue {
color: #1fc1c1;
}
.turquoise-panic {
color: #2ed1d1;
}
.medium-turquoise {
color: #48d5d5;
}
.everest {
color: #a2e6e6;
}
.distant-horizon {
color: #f1f9f9;
}

/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--turquoise-panic:#2ed1d1;
--medium-turquoise:#48d5d5;
--everest:#a2e6e6;
--distant-horizon:#f1f9f9;
}

More palettes to explore