Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f2c5d8;
}
.cream-rose {
color: #f6e5df;
}
.demure-pink {
color: #f8d2c4;
}
.first-date {
color: #f6b4a2;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--sweetheart:#f2c5d8;
--cream-rose:#f6e5df;
--demure-pink:#f8d2c4;
--first-date:#f6b4a2;
--chantilly:#eab8c9;
}