Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.chai-tea {
color: #a47c2d;
}
.luxurious {
color: #d6b85c;
}
.juneberry {
color: #7c4f9c;
}
.avocado-stone {
color: #4c3b1f;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--chai-tea:#a47c2d;
--luxurious:#d6b85c;
--juneberry:#7c4f9c;
--avocado-stone:#4c3b1f;
}