Color names in this palette
CSS code for this palette
/* CSS */
.morning-star {
color: #c2d2e5;
}
.blue-bows {
color: #a5c1d5;
}
.boat-house {
color: #4e8dc1;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.immersed {
color: #1e4c57;
}
/* CSS Variables */
:root {
--morning-star:#c2d2e5;
--blue-bows:#a5c1d5;
--boat-house:#4e8dc1;
--valley-of-glaciers:#2b7a9c;
--immersed:#1e4c57;
}