Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.rose-mallow {
color: #f6a2c9;
}
.pink-condition {
color: #f891e2;
}
.plum-dust {
color: #a84d94;
}
.pompadour {
color: #6b1f4a;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--rose-mallow:#f6a2c9;
--pink-condition:#f891e2;
--plum-dust:#a84d94;
--pompadour:#6b1f4a;
}