Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5f3a92;
}
.fuchsia-blue {
color: #7b5dbb;
}
.wisteria {
color: #a37cc0;
}
.spring-wisteria {
color: #d1a4df;
}
.pineberry {
color: #f0d6df;
}
/* CSS Variables */
:root {
--daisy-bush:#5f3a92;
--fuchsia-blue:#7b5dbb;
--wisteria:#a37cc0;
--spring-wisteria:#d1a4df;
--pineberry:#f0d6df;
}