Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5b3e8e;
}
.clear-mauve {
color: #796eaf;
}
.ode-to-purple {
color: #a799c2;
}
.cotton-candy-aesthetic {
color: #f5b8e2;
}
.wake-me-up {
color: #f3d458;
}
/* CSS Variables */
:root {
--daisy-bush:#5b3e8e;
--clear-mauve:#796eaf;
--ode-to-purple:#a799c2;
--cotton-candy-aesthetic:#f5b8e2;
--wake-me-up:#f3d458;
}