Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a1d7e8;
}
.squeaky {
color: #6dc5d5;
}
.aquatic-cool {
color: #3ca2b4;
}
.riviera-paradise {
color: #00999e;
}
.tropical-waters {
color: #007b80;
}
/* CSS Variables */
:root {
--nevada-sky:#a1d7e8;
--squeaky:#6dc5d5;
--aquatic-cool:#3ca2b4;
--riviera-paradise:#00999e;
--tropical-waters:#007b80;
}