Color names in this palette
CSS code for this palette
/* CSS */
.half-sea-fog {
color: #a9b8bc;
}
.alice-white {
color: #c1ced2;
}
.bubbles-in-the-air {
color: #d3e2e4;
}
.ethereal-white {
color: #e7f2f3;
}
.polar-bear-in-a-blizzard {
color: #faffff;
}
/* CSS Variables */
:root {
--half-sea-fog:#a9b8bc;
--alice-white:#c1ced2;
--bubbles-in-the-air:#d3e2e4;
--ethereal-white:#e7f2f3;
--polar-bear-in-a-blizzard:#faffff;
}