Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d6e7f5;
}
.windsor-way {
color: #a2c7e7;
}
.french-creme {
color: #f2e6cf;
}
.bellini {
color: #f4caae;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--freezing-vapor:#d6e7f5;
--windsor-way:#a2c7e7;
--french-creme:#f2e6cf;
--bellini:#f4caae;
--snow-white-blush:#f9aeae;
}