Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.shimmering-sea {
color: #2c4f6d;
}
.blue-antarctic {
color: #4b789b;
}
.life-force {
color: #6db6e3;
}
.blizzard-blue {
color: #a6e2f2;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--shimmering-sea:#2c4f6d;
--blue-antarctic:#4b789b;
--life-force:#6db6e3;
--blizzard-blue:#a6e2f2;
}