Color names in this palette
CSS code for this palette
/* CSS */
.honey-flower {
color: #5c3f6e;
}
.rhubarb-gin {
color: #d9a6c2;
}
.lime-bright {
color: #f1e3b1;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--honey-flower:#5c3f6e;
--rhubarb-gin:#d9a6c2;
--lime-bright:#f1e3b1;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}