Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.light-vanilla-ice {
color: #baced8;
}
.milky-way {
color: #e4f3f7;
}
.barley-white {
color: #f7e3b6;
}
.cosmetic-peach {
color: #f4c1ae;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--light-vanilla-ice:#baced8;
--milky-way:#e4f3f7;
--barley-white:#f7e3b6;
--cosmetic-peach:#f4c1ae;
}