Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3d8f;
}
.rich-lavender {
color: #a36cc6;
}
.candy-floss {
color: #e5a4e0;
}
.bubblegum-pink {
color: #f6b1b8;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3d8f;
--rich-lavender:#a36cc6;
--candy-floss:#e5a4e0;
--bubblegum-pink:#f6b1b8;
--sunny-mood:#f7c94b;
}