All Palettes

Color Palette #007f80, #00b3aa, #00c4c7, #a6d6d8, #f0e78e

0%
0%
0%

CSS code for this palette

/* CSS */
.teal {
color: #007f80;
}
.verditer {
color: #00b3aa;
}
.turquoise-surf {
color: #00c4c7;
}
.iced-aqua {
color: #a6d6d8;
}
.bright-khaki {
color: #f0e78e;
}

/* CSS Variables */
:root {
--teal:#007f80;
--verditer:#00b3aa;
--turquoise-surf:#00c4c7;
--iced-aqua:#a6d6d8;
--bright-khaki:#f0e78e;
}

More palettes to explore