Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a9d3e0;
}
.montana-sky {
color: #6bafbd;
}
.cossack-dancer {
color: #4d8ca3;
}
.drake-s-neck {
color: #2f6989;
}
.bright-midnight-blue {
color: #1d4c72;
}
/* CSS Variables */
:root {
--light-blue-glint:#a9d3e0;
--montana-sky:#6bafbd;
--cossack-dancer:#4d8ca3;
--drake-s-neck:#2f6989;
--bright-midnight-blue:#1d4c72;
}