Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.aqua-velvet {
color: #009e9b;
}
.cyan-sky {
color: #00b2b3;
}
.jade-glass {
color: #00c8d6;
}
.first-timer-green {
color: #00e0dd;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--aqua-velvet:#009e9b;
--cyan-sky:#00b2b3;
--jade-glass:#00c8d6;
--first-timer-green:#00e0dd;
}