Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.viola-grey {
color: #8c6a9a;
}
.autumn-wisteria {
color: #c6a2d8;
}
.blackberry-yogurt {
color: #e5b3e2;
}
.soft-lavender {
color: #f8e2f6;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--viola-grey:#8c6a9a;
--autumn-wisteria:#c6a2d8;
--blackberry-yogurt:#e5b3e2;
--soft-lavender:#f8e2f6;
}