Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.chantilly {
color: #eab8c8;
}
.love-at-first-sight {
color: #e6a3b1;
}
.sugar-tooth {
color: #d68f9f;
}
.pinky-pickle {
color: #b86b8a;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--chantilly:#eab8c8;
--love-at-first-sight:#e6a3b1;
--sugar-tooth:#d68f9f;
--pinky-pickle:#b86b8a;
}