Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3e8e;
}
.wisteria-purple {
color: #8c5b9f;
}
.wisteria {
color: #b17dbf;
}
.waddles-pink {
color: #f1a7d0;
}
.sullivan-s-heart {
color: #f5c7d1;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3e8e;
--wisteria-purple:#8c5b9f;
--wisteria:#b17dbf;
--waddles-pink:#f1a7d0;
--sullivan-s-heart:#f5c7d1;
}