Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.winter-time {
color: #3c909f;
}
.squeaky {
color: #6bc5db;
}
.blizzard-blue {
color: #a0e3f3;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--winter-time:#3c909f;
--squeaky:#6bc5db;
--blizzard-blue:#a0e3f3;
--zh-n-zh-b-i-pearl:#f5f9fa;
}