All Palettes

Color Palette #005a5c, #008a77, #00b39e, #00e6a1, #ffdc6b

0%
0%
0%

CSS code for this palette

/* CSS */
.dark-turquoise {
color: #005a5c;
}
.mystic-turquoise {
color: #008a77;
}
.billiard {
color: #00b39e;
}
.mega-teal {
color: #00e6a1;
}
.hawkbit {
color: #ffdc6b;
}

/* CSS Variables */
:root {
--dark-turquoise:#005a5c;
--mystic-turquoise:#008a77;
--billiard:#00b39e;
--mega-teal:#00e6a1;
--hawkbit:#ffdc6b;
}

More palettes to explore