Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #7f2a92;
}
.viola {
color: #9b69bf;
}
.silver-rust {
color: #c29fdf;
}
.light-orchid {
color: #e6a7d9;
}
.venetian-rose {
color: #f1c6e3;
}
/* CSS Variables */
:root {
--druchii-violet:#7f2a92;
--viola:#9b69bf;
--silver-rust:#c29fdf;
--light-orchid:#e6a7d9;
--venetian-rose:#f1c6e3;
}