Color names in this palette
CSS code for this palette
/* CSS */
.rusty-orange {
color: #d35c0d;
}
.beef-hotpot {
color: #a85f2e;
}
.brownish-orange {
color: #c7781f;
}
.apricot-sorbet {
color: #e8a55e;
}
.rustica {
color: #893a2a;
}
/* CSS Variables */
:root {
--rusty-orange:#d35c0d;
--beef-hotpot:#a85f2e;
--brownish-orange:#c7781f;
--apricot-sorbet:#e8a55e;
--rustica:#893a2a;
}