Color names in this palette
CSS code for this palette
/* CSS */
.zucchini-flower {
color: #e6a64c;
}
.yellow-currant {
color: #f5c56b;
}
.igniting {
color: #f3d99b;
}
.mamey {
color: #e9a07c;
}
.mod-orange {
color: #d6593d;
}
/* CSS Variables */
:root {
--zucchini-flower:#e6a64c;
--yellow-currant:#f5c56b;
--igniting:#f3d99b;
--mamey:#e9a07c;
--mod-orange:#d6593d;
}