Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5a3a8d;
}
.just-a-fairytale {
color: #6f5b95;
}
.upper-crust {
color: #a4798d;
}
.cream-blush {
color: #f5c199;
}
.venetian-yellow {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--daisy-bush:#5a3a8d;
--just-a-fairytale:#6f5b95;
--upper-crust:#a4798d;
--cream-blush:#f5c199;
--venetian-yellow:#f7e1a1;
}