Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3d8a;
}
.lusty-lavender {
color: #8f5dbb;
}
.dreamy-candy-forest {
color: #b598e1;
}
.venetian-rose {
color: #f0c7e2;
}
.campanelle-noodle {
color: #fcf8d9;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3d8a;
--lusty-lavender:#8f5dbb;
--dreamy-candy-forest:#b598e1;
--venetian-rose:#f0c7e2;
--campanelle-noodle:#fcf8d9;
}