Color names in this palette
CSS code for this palette
/* CSS */
.quench-blue {
color: #b4e0e4;
}
.turkish-teal {
color: #6dc5c3;
}
.green-grapple {
color: #3bb5b3;
}
.ocean-liner {
color: #1a8e8c;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--quench-blue:#b4e0e4;
--turkish-teal:#6dc5c3;
--green-grapple:#3bb5b3;
--ocean-liner:#1a8e8c;
--belly-flop:#00807d;
}