Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e6e5;
}
.luna-moona {
color: #72c1c5;
}
.thalassa {
color: #4eafbc;
}
.valley-of-glaciers {
color: #2b7e9c;
}
.corsair {
color: #1a596b;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e6e5;
--luna-moona:#72c1c5;
--thalassa:#4eafbc;
--valley-of-glaciers:#2b7e9c;
--corsair:#1a596b;
}