Color names in this palette
CSS code for this palette
/* CSS */
.water-nymph {
color: #80d3e0;
}
.swagger {
color: #1bb6b6;
}
.jadestone {
color: #00a8a0;
}
.corfu-shallows {
color: #008f8f;
}
.sandhill-crane {
color: #005e61;
}
/* CSS Variables */
:root {
--water-nymph:#80d3e0;
--swagger:#1bb6b6;
--jadestone:#00a8a0;
--corfu-shallows:#008f8f;
--sandhill-crane:#005e61;
}