Color names in this palette
CSS code for this palette
/* CSS */
.sh-n-ch-ng-orange {
color: #be3e1e;
}
.obstinate-orange {
color: #d35527;
}
.camel-red {
color: #e7753c;
}
.osage-orange {
color: #f3a144;
}
.sunspark {
color: #facb66;
}
/* CSS Variables */
:root {
--sh-n-ch-ng-orange:#be3e1e;
--obstinate-orange:#d35527;
--camel-red:#e7753c;
--osage-orange:#f3a144;
--sunspark:#facb66;
}