Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3e8e;
}
.radiant-orchid {
color: #a85d9b;
}
.rogue-pink {
color: #f6a2bf;
}
.desert-sunrise {
color: #f9b590;
}
.antique-wicker-basket {
color: #f7d3a1;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3e8e;
--radiant-orchid:#a85d9b;
--rogue-pink:#f6a2bf;
--desert-sunrise:#f9b590;
--antique-wicker-basket:#f7d3a1;
}