Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5f3b91;
}
.royal-pretender {
color: #9a5fab;
}
.purple-kush {
color: #d57bcb;
}
.rogue-pink {
color: #f6a7c1;
}
.delightful-peach {
color: #ffead1;
}
/* CSS Variables */
:root {
--daisy-bush:#5f3b91;
--royal-pretender:#9a5fab;
--purple-kush:#d57bcb;
--rogue-pink:#f6a7c1;
--delightful-peach:#ffead1;
}