All Palettes

Color Palette #1f9e9e, #4dd5d5, #7ae6e6, #a3f0f0, #e0f5f5

0%
0%
0%

CSS code for this palette

/* CSS */
.baltic {
color: #1f9e9e;
}
.medium-turquoise {
color: #4dd5d5;
}
.turkish-turquoise {
color: #7ae6e6;
}
.pale-king-s-blue {
color: #a3f0f0;
}
.frosty-mint {
color: #e0f5f5;
}

/* CSS Variables */
:root {
--baltic:#1f9e9e;
--medium-turquoise:#4dd5d5;
--turkish-turquoise:#7ae6e6;
--pale-king-s-blue:#a3f0f0;
--frosty-mint:#e0f5f5;
}

More palettes to explore