Color names in this palette
CSS code for this palette
/* CSS */
.blue-shimmer {
color: #b1d7e2;
}
.air-superiority-blue {
color: #70a1c2;
}
.greenland-blue {
color: #3a809c;
}
.hidden-waters {
color: #1f4e5c;
}
.sea-of-stars {
color: #0d3b4e;
}
/* CSS Variables */
:root {
--blue-shimmer:#b1d7e2;
--air-superiority-blue:#70a1c2;
--greenland-blue:#3a809c;
--hidden-waters:#1f4e5c;
--sea-of-stars:#0d3b4e;
}