Color names in this palette
CSS code for this palette
/* CSS */
.wonder-wish {
color: #a77b99;
}
.kindness {
color: #d1b3c1;
}
.kiss-good-night {
color: #e5c7da;
}
.soft-lavender {
color: #f5e5f5;
}
.sullivan-s-heart {
color: #f9c3d3;
}
/* CSS Variables */
:root {
--wonder-wish:#a77b99;
--kindness:#d1b3c1;
--kiss-good-night:#e5c7da;
--soft-lavender:#f5e5f5;
--sullivan-s-heart:#f9c3d3;
}