Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.royal-cloak {
color: #1aa2a2;
}
.bianchi-green {
color: #3dc7c7;
}
.near-moon {
color: #65e6e6;
}
.glitchy-shader-blue {
color: #99ffff;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--royal-cloak:#1aa2a2;
--bianchi-green:#3dc7c7;
--near-moon:#65e6e6;
--glitchy-shader-blue:#99ffff;
}