All Palettes

Color Palette #1db4b4, #4cd6d6, #8ee1e1, #b2f0f0, #def7f7

0%
0%
0%

CSS code for this palette

/* CSS */
.swagger {
color: #1db4b4;
}
.medium-turquoise {
color: #4cd6d6;
}
.island-paradise {
color: #8ee1e1;
}
.mint-macaron {
color: #b2f0f0;
}
.coastal-breeze {
color: #def7f7;
}

/* CSS Variables */
:root {
--swagger:#1db4b4;
--medium-turquoise:#4cd6d6;
--island-paradise:#8ee1e1;
--mint-macaron:#b2f0f0;
--coastal-breeze:#def7f7;
}

More palettes to explore