Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.polar-blue {
color: #b2e1e6;
}
.boiling-point {
color: #d8e9e7;
}
.distant-horizon {
color: #f1f9f8;
}
.apricot-gelato {
color: #f4d6ae;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--polar-blue:#b2e1e6;
--boiling-point:#d8e9e7;
--distant-horizon:#f1f9f8;
--apricot-gelato:#f4d6ae;
}