Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.citrus-sachet {
color: #f5c9a8;
}
.pineapple-delight {
color: #f1e6a7;
}
.fringy-flower {
color: #b2e6b5;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--citrus-sachet:#f5c9a8;
--pineapple-delight:#f1e6a7;
--fringy-flower:#b2e6b5;
--windsor-way:#a2c7e7;
}