Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.just-a-fairytale {
color: #6f5b9a;
}
.divine {
color: #9a7a9f;
}
.lavender-blessing {
color: #d5b8c7;
}
.hopeful {
color: #f2d4e1;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--just-a-fairytale:#6f5b9a;
--divine:#9a7a9f;
--lavender-blessing:#d5b8c7;
--hopeful:#f2d4e1;
}