All Palettes

Color Palette #1b909d, #3dc2b5, #70e6d6, #a8f0e7, #e1f9f0

0%
0%
0%

CSS code for this palette

/* CSS */
.safe-harbour {
color: #1b909d;
}
.tint-of-turquoise {
color: #3dc2b5;
}
.turquoise-chalk {
color: #70e6d6;
}
.pale-king-s-blue {
color: #a8f0e7;
}
.frosty-mint {
color: #e1f9f0;
}

/* CSS Variables */
:root {
--safe-harbour:#1b909d;
--tint-of-turquoise:#3dc2b5;
--turquoise-chalk:#70e6d6;
--pale-king-s-blue:#a8f0e7;
--frosty-mint:#e1f9f0;
}

More palettes to explore