Color names in this palette
CSS code for this palette
/* CSS */
.tropical-waters {
color: #007b80;
}
.brilliant {
color: #0097a8;
}
.cyan-sky {
color: #00b0b3;
}
.mint-morning {
color: #00d6c4;
}
.first-timer-green {
color: #00e6d6;
}
/* CSS Variables */
:root {
--tropical-waters:#007b80;
--brilliant:#0097a8;
--cyan-sky:#00b0b3;
--mint-morning:#00d6c4;
--first-timer-green:#00e6d6;
}