Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.riviera-paradise {
color: #00999e;
}
.cyan-sky {
color: #00b8b5;
}
.jade-glass {
color: #00d3d6;
}
.bright-turquoise {
color: #00e5e6;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--riviera-paradise:#00999e;
--cyan-sky:#00b8b5;
--jade-glass:#00d3d6;
--bright-turquoise:#00e5e6;
}