Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.plumage {
color: #00998c;
}
.billiard {
color: #00b39e;
}
.lifeless-green {
color: #00d6ab;
}
.greenish-turquoise {
color: #00f5b8;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--plumage:#00998c;
--billiard:#00b39e;
--lifeless-green:#00d6ab;
--greenish-turquoise:#00f5b8;
}