Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.in-the-pink {
color: #f2c5d2;
}
.sweet-lilac {
color: #eab8d1;
}
.diminished-pink {
color: #f0e5e0;
}
.light-sea-cliff {
color: #b9d4e9;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--in-the-pink:#f2c5d2;
--sweet-lilac:#eab8d1;
--diminished-pink:#f0e5e0;
--light-sea-cliff:#b9d4e9;
}