Color names in this palette
CSS code for this palette
/* CSS */
.passionate-plum {
color: #75385c;
}
.rose-wine {
color: #9f5b78;
}
.heirloom-rose {
color: #d284a4;
}
.pink-marshmallow {
color: #f1b7d1;
}
.hush-pink {
color: #f8e9e2;
}
/* CSS Variables */
:root {
--passionate-plum:#75385c;
--rose-wine:#9f5b78;
--heirloom-rose:#d284a4;
--pink-marshmallow:#f1b7d1;
--hush-pink:#f8e9e2;
}