Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3a8d;
}
.juneberry {
color: #79599b;
}
.lush-lilac {
color: #a17cb6;
}
.spotted-dove {
color: #c1bdbd;
}
.princess-bride {
color: #f6c1c1;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3a8d;
--juneberry:#79599b;
--lush-lilac:#a17cb6;
--spotted-dove:#c1bdbd;
--princess-bride:#f6c1c1;
}