Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.lochmara {
color: #2e6c9e;
}
.waimea-blue {
color: #4ca6d6;
}
.blizzard-blue {
color: #a4e1f4;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--lochmara:#2e6c9e;
--waimea-blue:#4ca6d6;
--blizzard-blue:#a4e1f4;
--lynx-white:#f6f8f8;
}