Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f6c4a7;
}
.icy-lemonade {
color: #f1e8b1;
}
.frozen-moss-green {
color: #aee0ae;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f6c4a7;
--icy-lemonade:#f1e8b1;
--frozen-moss-green:#aee0ae;
--windsor-way:#a2c7e7;
}