Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.lavish-spending {
color: #886dba;
}
.enchanted-lavender {
color: #bfa2d8;
}
.samantha-s-room {
color: #f1d5e7;
}
.miami-pink {
color: #f9c3d8;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--lavish-spending:#886dba;
--enchanted-lavender:#bfa2d8;
--samantha-s-room:#f1d5e7;
--miami-pink:#f9c3d8;
}