Color names in this palette
CSS code for this palette
/* CSS */
.grieving-daylily {
color: #c25719;
}
.sweet-potato {
color: #d67a3d;
}
.florida-sunrise {
color: #f2a96e;
}
.chai-latte {
color: #f8cba0;
}
.banana-br-l-e {
color: #f7e9bb;
}
/* CSS Variables */
:root {
--grieving-daylily:#c25719;
--sweet-potato:#d67a3d;
--florida-sunrise:#f2a96e;
--chai-latte:#f8cba0;
--banana-br-l-e:#f7e9bb;
}