Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.cheddar-corn {
color: #f7d4b6;
}
.midsummer {
color: #f9d9a9;
}
.windsor-way {
color: #a2c7e7;
}
.yucca-cream {
color: #a1d9c6;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--cheddar-corn:#f7d4b6;
--midsummer:#f9d9a9;
--windsor-way:#a2c7e7;
--yucca-cream:#a1d9c6;
}