Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3f8d;
}
.lusty-lavender {
color: #8b5db1;
}
.enchanted-lavender {
color: #bfa0d4;
}
.bright-ube {
color: #d6a6e8;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3f8d;
--lusty-lavender:#8b5db1;
--enchanted-lavender:#bfa0d4;
--bright-ube:#d6a6e8;
--rosecco:#eab8e4;
}