Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.prosecco {
color: #f9d7a4;
}
.butter-cookie {
color: #f0e2b2;
}
.green-trance {
color: #a5d5a5;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--prosecco:#f9d7a4;
--butter-cookie:#f0e2b2;
--green-trance:#a5d5a5;
--windsor-way:#a2c7e7;
}