Color names in this palette
CSS code for this palette
/* CSS */
.majesty {
color: #6c3e70;
}
.violet-femmes {
color: #a86ba1;
}
.girl-power {
color: #d39cca;
}
.sweetheart {
color: #f3c3d7;
}
.cotton-candy {
color: #ffb8d9;
}
/* CSS Variables */
:root {
--majesty:#6c3e70;
--violet-femmes:#a86ba1;
--girl-power:#d39cca;
--sweetheart:#f3c3d7;
--cotton-candy:#ffb8d9;
}