Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5e3b8c;
}
.lusty-lavender {
color: #8e5bae;
}
.biloba-flower {
color: #b29ad0;
}
.footie-pajamas {
color: #e6c9e8;
}
.antique-candle-light {
color: #f5e1d6;
}
/* CSS Variables */
:root {
--daisy-bush:#5e3b8c;
--lusty-lavender:#8e5bae;
--biloba-flower:#b29ad0;
--footie-pajamas:#e6c9e8;
--antique-candle-light:#f5e1d6;
}