Color names in this palette
CSS code for this palette
/* CSS */
.light-radar {
color: #c8d5ea;
}
.angela-bay {
color: #a8c2e1;
}
.wandering-river {
color: #70a3c7;
}
.valley-of-glaciers {
color: #2b7c9c;
}
.astronaut-blue {
color: #1f495c;
}
/* CSS Variables */
:root {
--light-radar:#c8d5ea;
--angela-bay:#a8c2e1;
--wandering-river:#70a3c7;
--valley-of-glaciers:#2b7c9c;
--astronaut-blue:#1f495c;
}