Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #9b5098;
}
.lavendless {
color: #b274c8;
}
.mayflower-orchid {
color: #e68ed5;
}
.pink-marshmallow {
color: #f1b1d2;
}
.sugarwinkle {
color: #f7c5e4;
}
/* CSS Variables */
:root {
--hyacinth-violet:#9b5098;
--lavendless:#b274c8;
--mayflower-orchid:#e68ed5;
--pink-marshmallow:#f1b1d2;
--sugarwinkle:#f7c5e4;
}