Color names in this palette
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;
}