Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.gutsy-grape {
color: #6f4e83;
}
.thimble-red {
color: #a35c8d;
}
.cremini {
color: #d4a33a;
}
.antique-cameo {
color: #f5b8a3;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--gutsy-grape:#6f4e83;
--thimble-red:#a35c8d;
--cremini:#d4a33a;
--antique-cameo:#f5b8a3;
}