Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5a3e8e;
}
.middy-s-purple {
color: #a78bda;
}
.rosecco {
color: #ebb7e4;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--daisy-bush:#5a3e8e;
--middy-s-purple:#a78bda;
--rosecco:#ebb7e4;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}