Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.soft-purple {
color: #a86bb3;
}
.exotic-violet {
color: #df9fd3;
}
.cherry-blossom {
color: #f4c3d5;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--soft-purple:#a86bb3;
--exotic-violet:#df9fd3;
--cherry-blossom:#f4c3d5;
--matt-pink:#ffb3c1;
}