Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #5b294c;
}
.raspberry-patch {
color: #a84d68;
}
.alexandra-peach {
color: #d99b87;
}
.sango-pink {
color: #f1b2ac;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--winter-bloom:#5b294c;
--raspberry-patch:#a84d68;
--alexandra-peach:#d99b87;
--sango-pink:#f1b2ac;
--sweet-lilac:#eab8d1;
}