Color names in this palette
CSS code for this palette
/* CSS */
.emanation {
color: #b39fbc;
}
.sweetheart {
color: #f1c6d9;
}
.rogue-pink {
color: #f8a5c5;
}
.rosy-pink {
color: #f7698a;
}
.rosy-cheeks {
color: #da4e6c;
}
/* CSS Variables */
:root {
--emanation:#b39fbc;
--sweetheart:#f1c6d9;
--rogue-pink:#f8a5c5;
--rosy-pink:#f7698a;
--rosy-cheeks:#da4e6c;
}