Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.mad-for-mango {
color: #f5a300;
}
.cherokee-dignity {
color: #d67d24;
}
.grieving-daylily {
color: #c1571a;
}
.edocha {
color: #a23e2f;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--mad-for-mango:#f5a300;
--cherokee-dignity:#d67d24;
--grieving-daylily:#c1571a;
--edocha:#a23e2f;
}