Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d6e7;
}
.wavelet {
color: #7cc5d0;
}
.freshwater {
color: #4ea2b1;
}
.by-the-bayou {
color: #007c8f;
}
.abyssal-waters {
color: #005866;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d6e7;
--wavelet:#7cc5d0;
--freshwater:#4ea2b1;
--by-the-bayou:#007c8f;
--abyssal-waters:#005866;
}