Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7b3b97;
}
.soft-purple {
color: #a86bb3;
}
.french-lilac {
color: #e1b7d7;
}
.sweetheart {
color: #f4c3da;
}
.pork-belly {
color: #f8e2e8;
}
/* CSS Variables */
:root {
--cadmium-violet:#7b3b97;
--soft-purple:#a86bb3;
--french-lilac:#e1b7d7;
--sweetheart:#f4c3da;
--pork-belly:#f8e2e8;
}