Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a0e4;
}
.wisteria {
color: #a77ccb;
}
.daisy-bush {
color: #5f3a92;
}
.fading-horizon {
color: #3f1e62;
}
.blacklist {
color: #290e34;
}
/* CSS Variables */
:root {
--bright-ube:#d4a0e4;
--wisteria:#a77ccb;
--daisy-bush:#5f3a92;
--fading-horizon:#3f1e62;
--blacklist:#290e34;
}