Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #7b2a93;
}
.soft-purple {
color: #a46db0;
}
.favorite-lavender {
color: #d0a0d4;
}
.rosy-nectar {
color: #f6c1df;
}
.blush-hour {
color: #ff7094;
}
/* CSS Variables */
:root {
--druchii-violet:#7b2a93;
--soft-purple:#a46db0;
--favorite-lavender:#d0a0d4;
--rosy-nectar:#f6c1df;
--blush-hour:#ff7094;
}