Color names in this palette
CSS code for this palette
/* CSS */
.clear-turquoise {
color: #008a83;
}
.plumage {
color: #00998a;
}
.pool-green {
color: #00b398;
}
.channel-marker-green {
color: #00d6b3;
}
.plunge-pool {
color: #00ffcc;
}
/* CSS Variables */
:root {
--clear-turquoise:#008a83;
--plumage:#00998a;
--pool-green:#00b398;
--channel-marker-green:#00d6b3;
--plunge-pool:#00ffcc;
}