Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7a5c99;
}
.wisteria {
color: #a77ccb;
}
.bright-ube {
color: #d6a1e8;
}
.pink-marshmallow {
color: #f8b4d2;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7a5c99;
--wisteria:#a77ccb;
--bright-ube:#d6a1e8;
--pink-marshmallow:#f8b4d2;
}