All Palettes

Color Palette #007f80, #00b3aa, #1dd3c1, #5fe7d3, #a5f3e8

0%
0%
0%

CSS code for this palette

/* CSS */
.teal {
color: #007f80;
}
.verditer {
color: #00b3aa;
}
.blue-martina {
color: #1dd3c1;
}
.near-moon {
color: #5fe7d3;
}
.pale-king-s-blue {
color: #a5f3e8;
}

/* CSS Variables */
:root {
--teal:#007f80;
--verditer:#00b3aa;
--blue-martina:#1dd3c1;
--near-moon:#5fe7d3;
--pale-king-s-blue:#a5f3e8;
}

More palettes to explore