Color names in this palette
CSS code for this palette
/* CSS */
.aare-river {
color: #00b89f;
}
.turquoise {
color: #00c7a6;
}
.channel-marker-green {
color: #00d6af;
}
.lifeless-green {
color: #00e6b8;
}
.bright-teal {
color: #00f5c4;
}
/* CSS Variables */
:root {
--aare-river:#00b89f;
--turquoise:#00c7a6;
--channel-marker-green:#00d6af;
--lifeless-green:#00e6b8;
--bright-teal:#00f5c4;
}