Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.wax-crayon-blue {
color: #00a5a8;
}
.cyan-sky {
color: #00b0b3;
}
.turquoise-surf {
color: #00c4d6;
}
.thousand-sons-blue {
color: #00dee6;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--wax-crayon-blue:#00a5a8;
--cyan-sky:#00b0b3;
--turquoise-surf:#00c4d6;
--thousand-sons-blue:#00dee6;
}