Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f7d9e5;
}
.sweetheart {
color: #f4c3d6;
}
.tickled-pink {
color: #f1a7c1;
}
.charm-pink {
color: #e88db1;
}
.ice-plant {
color: #d680a9;
}
/* CSS Variables */
:root {
--lovely-breeze:#f7d9e5;
--sweetheart:#f4c3d6;
--tickled-pink:#f1a7c1;
--charm-pink:#e88db1;
--ice-plant:#d680a9;
}