Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.petal-poise {
color: #f7e3f2;
}
.doeskin {
color: #fff1e5;
}
.creamy-lemon {
color: #ffedb3;
}
.lavender-candy {
color: #ffb3d6;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--petal-poise:#f7e3f2;
--doeskin:#fff1e5;
--creamy-lemon:#ffedb3;
--lavender-candy:#ffb3d6;
}