Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.sweetheart {
color: #f4c3d6;
}
.sweet-mallow {
color: #fcdee0;
}
.love-spell {
color: #f7b6c6;
}
.cupid-s-arrow {
color: #f26989;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--sweetheart:#f4c3d6;
--sweet-mallow:#fcdee0;
--love-spell:#f7b6c6;
--cupid-s-arrow:#f26989;
}