Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.serene-pink {
color: #f5c7b7;
}
.corn-husk {
color: #f3d6af;
}
.bone-white {
color: #f2dfb1;
}
.sweet-alyssum {
color: #e4c3e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--serene-pink:#f5c7b7;
--corn-husk:#f3d6af;
--bone-white:#f2dfb1;
--sweet-alyssum:#e4c3e0;
}