Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3f8d;
}
.lush-lilac {
color: #a47dba;
}
.dream-land {
color: #e7b1e5;
}
.mountain-laurel {
color: #f5c7d6;
}
.princess {
color: #f1a7b6;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3f8d;
--lush-lilac:#a47dba;
--dream-land:#e7b1e5;
--mountain-laurel:#f5c7d6;
--princess:#f1a7b6;
}