Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.pork-belly {
color: #f8e2e8;
}
.pink-fit {
color: #f4a4b5;
}
.paper-hearts {
color: #d44965;
}
.vampirella {
color: #9d2a4e;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--pork-belly:#f8e2e8;
--pink-fit:#f4a4b5;
--paper-hearts:#d44965;
--vampirella:#9d2a4e;
}