Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e1a8c1;
}
.sweetheart {
color: #f4c3d6;
}
.cream-rose {
color: #f6e5df;
}
.shalimar {
color: #f9f9a4;
}
.candy-heart-pink {
color: #f7a3a1;
}
/* CSS Variables */
:root {
--partytime:#e1a8c1;
--sweetheart:#f4c3d6;
--cream-rose:#f6e5df;
--shalimar:#f9f9a4;
--candy-heart-pink:#f7a3a1;
}