Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.radiant-orchid {
color: #a85d9a;
}
.sweet-lilac {
color: #eab8d1;
}
.milky-maize {
color: #f8d5a0;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--radiant-orchid:#a85d9a;
--sweet-lilac:#eab8d1;
--milky-maize:#f8d5a0;
--syndicalist:#f5c400;
}