Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.broom-butterfly-blue {
color: #6ab3d7;
}
.saxony-blue {
color: #1d6e8b;
}
.hanada-blue {
color: #0a506b;
}
.midnight-green {
color: #004852;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--broom-butterfly-blue:#6ab3d7;
--saxony-blue:#1d6e8b;
--hanada-blue:#0a506b;
--midnight-green:#004852;
}