Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.pink-dogwood {
color: #f9d3d2;
}
.be-mine {
color: #f3e2e7;
}
.sweetheart {
color: #f1c6d8;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--pink-dogwood:#f9d3d2;
--be-mine:#f3e2e7;
--sweetheart:#f1c6d8;
--sweet-lilac:#eab8d1;
}