All Palettes

Color Palette #1ab5c7, #3fc6b8, #5fe3bf, #a3e1d5, #f3f7f5

0%
0%
0%

CSS code for this palette

/* CSS */
.lago-blue {
color: #1ab5c7;
}
.tint-of-turquoise {
color: #3fc6b8;
}
.ocean-in-a-bowl {
color: #5fe3bf;
}
.menthol-kiss {
color: #a3e1d5;
}
.white-smoke {
color: #f3f7f5;
}

/* CSS Variables */
:root {
--lago-blue:#1ab5c7;
--tint-of-turquoise:#3fc6b8;
--ocean-in-a-bowl:#5fe3bf;
--menthol-kiss:#a3e1d5;
--white-smoke:#f3f7f5;
}

More palettes to explore