Color names in this palette
CSS code for this palette
/* CSS */
.sandhill-crane {
color: #015e60;
}
.corfu-shallows {
color: #008f8c;
}
.billiard {
color: #00b3a1;
}
.channel-marker-green {
color: #00d6b6;
}
.fake-jade {
color: #1ff4d8;
}
/* CSS Variables */
:root {
--sandhill-crane:#015e60;
--corfu-shallows:#008f8c;
--billiard:#00b3a1;
--channel-marker-green:#00d6b6;
--fake-jade:#1ff4d8;
}