Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.baby-tears {
color: #6ab8d7;
}
.mountain-bluebird {
color: #4b9bc3;
}
.valley-of-glaciers {
color: #2a7e98;
}
.hidden-waters {
color: #1f4e5c;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--baby-tears:#6ab8d7;
--mountain-bluebird:#4b9bc3;
--valley-of-glaciers:#2a7e98;
--hidden-waters:#1f4e5c;
}