Color names in this palette
CSS code for this palette
/* CSS */
.passionate-plum {
color: #75385c;
}
.orchid-lei {
color: #9e5178;
}
.haute-pink {
color: #d89db1;
}
.sweetheart {
color: #f1c6d8;
}
.marshmallow-rose {
color: #f7e3e7;
}
/* CSS Variables */
:root {
--passionate-plum:#75385c;
--orchid-lei:#9e5178;
--haute-pink:#d89db1;
--sweetheart:#f1c6d8;
--marshmallow-rose:#f7e3e7;
}