All Palettes

Color Palette #005a5c, #00807d, #00a89d, #ff6e61, #ff999c

0%
0%
0%

CSS code for this palette

/* CSS */
.dark-turquoise {
color: #005a5c;
}
.belly-flop {
color: #00807d;
}
.jadestone {
color: #00a89d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.rubber-radish {
color: #ff999c;
}

/* CSS Variables */
:root {
--dark-turquoise:#005a5c;
--belly-flop:#00807d;
--jadestone:#00a89d;
--grapefruit-pulp:#ff6e61;
--rubber-radish:#ff999c;
}

More palettes to explore