Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.radiant-orchid {
color: #a85d9a;
}
.blushing-sky {
color: #d7b2d3;
}
.biscuit-cream {
color: #f6cbb6;
}
.simple-pink {
color: #f7a1a7;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--radiant-orchid:#a85d9a;
--blushing-sky:#d7b2d3;
--biscuit-cream:#f6cbb6;
--simple-pink:#f7a1a7;
}