Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.powder-blue {
color: #b1e0e7;
}
.serene-sky {
color: #c4e2ed;
}
.cotton-ball {
color: #f2f8fd;
}
.fallen-blossoms {
color: #f0b2c3;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--powder-blue:#b1e0e7;
--serene-sky:#c4e2ed;
--cotton-ball:#f2f8fd;
--fallen-blossoms:#f0b2c3;
}