All Palettes

Color Palette #00f0cc, #00b3a1, #008a7c, #006b64, #004a4d

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-teal {
color: #00f0cc;
}
.billiard {
color: #00b3a1;
}
.go-go-green {
color: #008a7c;
}
.fashion-blue {
color: #006b64;
}
.sherpa-blue {
color: #004a4d;
}

/* CSS Variables */
:root {
--bright-teal:#00f0cc;
--billiard:#00b3a1;
--go-go-green:#008a7c;
--fashion-blue:#006b64;
--sherpa-blue:#004a4d;
}

More palettes to explore