Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3989;
}
.wisteria-purple {
color: #8b5c9d;
}
.saffron-robe {
color: #d59f4d;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3989;
--wisteria-purple:#8b5c9d;
--saffron-robe:#d59f4d;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}