Color names in this palette
CSS code for this palette
/* CSS */
.violethargic {
color: #591e6b;
}
.hyacinth-violet {
color: #9c4f8d;
}
.haute-pink {
color: #d897b1;
}
.sweetheart {
color: #f2c4d9;
}
.pink-pleasure {
color: #ffe0e4;
}
/* CSS Variables */
:root {
--violethargic:#591e6b;
--hyacinth-violet:#9c4f8d;
--haute-pink:#d897b1;
--sweetheart:#f2c4d9;
--pink-pleasure:#ffe0e4;
}