Color names in this palette
CSS code for this palette
/* CSS */
.blue-tint {
color: #9dd8d7;
}
.skylar {
color: #6ac8c5;
}
.green-grapple {
color: #3bb5b1;
}
.ceramic-blue-turquoise {
color: #1e9f9c;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--blue-tint:#9dd8d7;
--skylar:#6ac8c5;
--green-grapple:#3bb5b1;
--ceramic-blue-turquoise:#1e9f9c;
--belly-flop:#00807d;
}