Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.lilac-purple {
color: #9b7ccb;
}
.silver-rust {
color: #c39fe5;
}
.dream-land {
color: #eab3e6;
}
.pink-lily {
color: #f6d0e7;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--lilac-purple:#9b7ccb;
--silver-rust:#c39fe5;
--dream-land:#eab3e6;
--pink-lily:#f6d0e7;
}