Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.fuchsia-blue {
color: #7e60be;
}
.middy-s-purple {
color: #a98cd4;
}
.blackberry-yogurt {
color: #e4b9e4;
}
.pale-primrose {
color: #f0c7d2;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--fuchsia-blue:#7e60be;
--middy-s-purple:#a98cd4;
--blackberry-yogurt:#e4b9e4;
--pale-primrose:#f0c7d2;
}