Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3f8d;
}
.just-a-fairytale {
color: #6f5b95;
}
.wildflower {
color: #8f7c9c;
}
.berry-frapp {
color: #b19fc6;
}
.lily-legs {
color: #f1c6d5;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3f8d;
--just-a-fairytale:#6f5b95;
--wildflower:#8f7c9c;
--berry-frapp:#b19fc6;
--lily-legs:#f1c6d5;
}