Color names in this palette
CSS code for this palette
/* CSS */
.grieving-daylily {
color: #c25719;
}
.coppersmith {
color: #d58a3f;
}
.butter-cream {
color: #f1b341;
}
.bellini-fizz {
color: #f6c78e;
}
.barley-white {
color: #f7e3b6;
}
/* CSS Variables */
:root {
--grieving-daylily:#c25719;
--coppersmith:#d58a3f;
--butter-cream:#f1b341;
--bellini-fizz:#f6c78e;
--barley-white:#f7e3b6;
}