Color names in this palette
CSS code for this palette
/* CSS */
.christmas-orange {
color: #d66e29;
}
.beef-hotpot {
color: #a85f2e;
}
.mango-margarita {
color: #f9b74e;
}
.zucchini-flower {
color: #e6a84c;
}
.dried-saffron {
color: #c53d26;
}
/* CSS Variables */
:root {
--christmas-orange:#d66e29;
--beef-hotpot:#a85f2e;
--mango-margarita:#f9b74e;
--zucchini-flower:#e6a84c;
--dried-saffron:#c53d26;
}