Color names in this palette
CSS code for this palette
/* CSS */
.persian-green {
color: #00a895;
}
.billiard {
color: #00b39e;
}
.turquoise {
color: #00c2a8;
}
.channel-marker-green {
color: #00d6af;
}
.lifeless-green {
color: #00e0b4;
}
/* CSS Variables */
:root {
--persian-green:#00a895;
--billiard:#00b39e;
--turquoise:#00c2a8;
--channel-marker-green:#00d6af;
--lifeless-green:#00e0b4;
}