Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.prominent-pink {
color: #d79dc4;
}
.violet-kiss {
color: #f1a7d2;
}
.sweetheart {
color: #f5c2d8;
}
.first-crush {
color: #f8e2ea;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--prominent-pink:#d79dc4;
--violet-kiss:#f1a7d2;
--sweetheart:#f5c2d8;
--first-crush:#f8e2ea;
}