Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #8b2b8c;
}
.medium-orchid {
color: #b65bd2;
}
.bright-ube {
color: #d4a4e5;
}
.lavender-soap {
color: #f1c1e6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--druchii-violet:#8b2b8c;
--medium-orchid:#b65bd2;
--bright-ube:#d4a4e5;
--lavender-soap:#f1c1e6;
--blush-hour:#ff7092;
}