Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3d6a8f;
}
.mountain-bluebird {
color: #4b9bc3;
}
.mizu {
color: #6ec0e2;
}
.nevada-sky {
color: #a2d6e7;
}
.calm-waters {
color: #e7f9f9;
}
/* CSS Variables */
:root {
--rainy-lake:#3d6a8f;
--mountain-bluebird:#4b9bc3;
--mizu:#6ec0e2;
--nevada-sky:#a2d6e7;
--calm-waters:#e7f9f9;
}