Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004b52;
}
.tropical-waters {
color: #007b80;
}
.riviera-paradise {
color: #00999e;
}
.cyan-sky {
color: #00b3b0;
}
.jade-glass {
color: #00d3d6;
}
/* CSS Variables */
:root {
--midnight-green:#004b52;
--tropical-waters:#007b80;
--riviera-paradise:#00999e;
--cyan-sky:#00b3b0;
--jade-glass:#00d3d6;
}