All Palettes

Color Palette #007f80, #19b3b3, #4cd6d6, #9fe5e5, #e0ffff

0%
0%
0%

CSS code for this palette

/* CSS */
.teal {
color: #007f80;
}
.swagger {
color: #19b3b3;
}
.medium-turquoise {
color: #4cd6d6;
}
.everest {
color: #9fe5e5;
}
.light-cyan {
color: #e0ffff;
}

/* CSS Variables */
:root {
--teal:#007f80;
--swagger:#19b3b3;
--medium-turquoise:#4cd6d6;
--everest:#9fe5e5;
--light-cyan:#e0ffff;
}

More palettes to explore