Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5a3e8e;
}
.lusty-lavender {
color: #8d5cb7;
}
.wisteria {
color: #a97cbb;
}
.blackberry-yogurt {
color: #e2b6e1;
}
.sugar-high {
color: #f4c8e9;
}
/* CSS Variables */
:root {
--daisy-bush:#5a3e8e;
--lusty-lavender:#8d5cb7;
--wisteria:#a97cbb;
--blackberry-yogurt:#e2b6e1;
--sugar-high:#f4c8e9;
}