Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3d8f;
}
.soft-purple {
color: #a76aaf;
}
.berry-popsicle {
color: #d7a2cf;
}
.butter-cookie {
color: #f0e2b2;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3d8f;
--soft-purple:#a76aaf;
--berry-popsicle:#d7a2cf;
--butter-cookie:#f0e2b2;
--squash-blossom:#f6b83c;
}