Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3b2c63;
}
.daisy-bush {
color: #5a3f8d;
}
.lusty-lavender {
color: #8b5fb4;
}
.tropical-violet {
color: #d0a7e2;
}
.pretty-in-pink {
color: #f6c1e4;
}
/* CSS Variables */
:root {
--minsk:#3b2c63;
--daisy-bush:#5a3f8d;
--lusty-lavender:#8b5fb4;
--tropical-violet:#d0a7e2;
--pretty-in-pink:#f6c1e4;
}