Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3f92;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.indian-sunset {
color: #d88b7d;
}
.maximum-yellow-red {
color: #f1b74b;
}
.sea-nettle {
color: #f1753b;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3f92;
--heath-spotted-orchid:#a65e9e;
--indian-sunset:#d88b7d;
--maximum-yellow-red:#f1b74b;
--sea-nettle:#f1753b;
}