Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.love-spell {
color: #f9b4c5;
}
.pink-fit {
color: #f1a7b1;
}
.melon-mist {
color: #e87d94;
}
.tuna-sashimi {
color: #d35f76;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--love-spell:#f9b4c5;
--pink-fit:#f1a7b1;
--melon-mist:#e87d94;
--tuna-sashimi:#d35f76;
}