Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.crown-jewels {
color: #9a6db0;
}
.spring-wisteria {
color: #d3a4df;
}
.wake-me-up {
color: #f2d65a;
}
.opal-flame {
color: #e45d4e;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--crown-jewels:#9a6db0;
--spring-wisteria:#d3a4df;
--wake-me-up:#f2d65a;
--opal-flame:#e45d4e;
}