Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.polar-blue {
color: #b3e0e6;
}
.icicle-mint {
color: #d0e7e3;
}
.child-of-light {
color: #f1f5f8;
}
.sandy-beach {
color: #fae1d1;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--polar-blue:#b3e0e6;
--icicle-mint:#d0e7e3;
--child-of-light:#f1f5f8;
--sandy-beach:#fae1d1;
}