Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #5a2b4c;
}
.cleopatra-s-gown {
color: #7e4b8b;
}
.purple-pride {
color: #a57ab8;
}
.pretty-petunia {
color: #d7b3df;
}
.hopeful {
color: #f2d4e5;
}
/* CSS Variables */
:root {
--winter-bloom:#5a2b4c;
--cleopatra-s-gown:#7e4b8b;
--purple-pride:#a57ab8;
--pretty-petunia:#d7b3df;
--hopeful:#f2d4e5;
}