All Palettes

Color Palette #08e7dc, #00b2b3, #007f80, #005c5c, #003d3d

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-turquoise {
color: #08e7dc;
}
.cyan-sky {
color: #00b2b3;
}
.teal {
color: #007f80;
}
.mosque {
color: #005c5c;
}
.rich-black {
color: #003d3d;
}

/* CSS Variables */
:root {
--bright-turquoise:#08e7dc;
--cyan-sky:#00b2b3;
--teal:#007f80;
--mosque:#005c5c;
--rich-black:#003d3d;
}

More palettes to explore