Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5a3e8e;
}
.rich-lavender {
color: #a36fc3;
}
.candy-dreams {
color: #e6aaf3;
}
.asagi-yellow {
color: #f5b87f;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--daisy-bush:#5a3e8e;
--rich-lavender:#a36fc3;
--candy-dreams:#e6aaf3;
--asagi-yellow:#f5b87f;
--breeze-of-chilli:#f76e6e;
}