Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.daisy-bush {
color: #5c3d8f;
}
.viola {
color: #996bbd;
}
.spring-wisteria {
color: #d4a3e0;
}
.grape-taffy {
color: #f2d5f6;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--daisy-bush:#5c3d8f;
--viola:#996bbd;
--spring-wisteria:#d4a3e0;
--grape-taffy:#f2d5f6;
}