Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.wisteria {
color: #ac7cc5;
}
.whisper-of-plum {
color: #d0aee0;
}
.marigold-dust {
color: #f4cf3e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--wisteria:#ac7cc5;
--whisper-of-plum:#d0aee0;
--marigold-dust:#f4cf3e;
--apricot-glazed-chicken:#f5a524;
}