Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f7b1c8;
}
.pink-fit {
color: #f8a5b3;
}
.ballet-slippers {
color: #f7a1b1;
}
.in-the-pink {
color: #f4c3d1;
}
.pink-booties {
color: #f0e0e5;
}
/* CSS Variables */
:root {
--cupid:#f7b1c8;
--pink-fit:#f8a5b3;
--ballet-slippers:#f7a1b1;
--in-the-pink:#f4c3d1;
--pink-booties:#f0e0e5;
}