Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2a194d;
}
.jubilee {
color: #7b5e9c;
}
.wisteria {
color: #a579c3;
}
.spring-wisteria {
color: #d0a4df;
}
.lavender-savor {
color: #f6e0ff;
}
/* CSS Variables */
:root {
--russian-violet:#2a194d;
--jubilee:#7b5e9c;
--wisteria:#a579c3;
--spring-wisteria:#d0a4df;
--lavender-savor:#f6e0ff;
}