Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.love-spell {
color: #f9b4c0;
}
.pink-fit {
color: #f8a5b1;
}
.out-of-fashion {
color: #f76e90;
}
.pink-pepper {
color: #f05670;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--love-spell:#f9b4c0;
--pink-fit:#f8a5b1;
--out-of-fashion:#f76e90;
--pink-pepper:#f05670;
}