Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.polar-blue {
color: #b2e0e6;
}
.duck-egg-blue {
color: #c3f4f1;
}
.frosty-mint {
color: #e2f8f6;
}
.polar-bear-in-a-blizzard {
color: #faffff;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--polar-blue:#b2e0e6;
--duck-egg-blue:#c3f4f1;
--frosty-mint:#e2f8f6;
--polar-bear-in-a-blizzard:#faffff;
}