Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.ridgeback {
color: #f0995c;
}
.opulent-orange {
color: #f06c3d;
}
.spirit-warrior {
color: #d5503f;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--ridgeback:#f0995c;
--opulent-orange:#f06c3d;
--spirit-warrior:#d5503f;
--harissa-red:#a62b2b;
}