Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.light-sea-cliff {
color: #b6d4e7;
}
.coastal-breeze {
color: #e2f7f8;
}
.elegant-ivory {
color: #f1e5d5;
}
.petals-unfolding {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--light-sea-cliff:#b6d4e7;
--coastal-breeze:#e2f7f8;
--elegant-ivory:#f1e5d5;
--petals-unfolding:#f4b8c4;
}