Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.glassmith {
color: #4badbe;
}
.christmas-blue {
color: #2c8fba;
}
.saxony-blue {
color: #1e6d8a;
}
.bright-midnight-blue {
color: #1e4e76;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--glassmith:#4badbe;
--christmas-blue:#2c8fba;
--saxony-blue:#1e6d8a;
--bright-midnight-blue:#1e4e76;
}