Color names in this palette
CSS code for this palette
/* CSS */
.new-heights {
color: #d0e5f1;
}
.atlantic-ocean {
color: #a8d6e6;
}
.wavelet {
color: #7bc2d1;
}
.freshwater {
color: #48a7b1;
}
.valley-of-glaciers {
color: #307d97;
}
/* CSS Variables */
:root {
--new-heights:#d0e5f1;
--atlantic-ocean:#a8d6e6;
--wavelet:#7bc2d1;
--freshwater:#48a7b1;
--valley-of-glaciers:#307d97;
}