Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3f8d;
}
.jubilee {
color: #7d5c99;
}
.lilac-breeze {
color: #a78dbf;
}
.glittering-gemstone {
color: #e0c2e0;
}
.plum-blossom {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3f8d;
--jubilee:#7d5c99;
--lilac-breeze:#a78dbf;
--glittering-gemstone:#e0c2e0;
--plum-blossom:#f2a1a1;
}