:root {
    --theme-color: #ff9100;
    --theme-color-l5: #fff8f0 ;
    --theme-color-l4: #ffe9cc;
    --theme-color-l3: #ffd399;
    --theme-color-l2: #ffbd66;
    --theme-color-l1: #ffa733;
    --theme-color-d1: #e68200;
    --theme-color-d2: #cc7400;
    --theme-color-d3: #b36500;
    --theme-color-d4: #995700;
    --theme-color-d5: #804800;
}

.w3-theme-l5 {color:#000 !important; background-color:#fff8f0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#ffe9cc !important}
.w3-theme-l3 {color:#000 !important; background-color:#ffd399 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ffbd66 !important}
.w3-theme-l1 {color:#000 !important; background-color:#ffa733 !important}
.w3-theme-d1 {color:#fff !important; background-color:#e68200 !important}
.w3-theme-d2 {color:#fff !important; background-color:#cc7400 !important}
.w3-theme-d3 {color:#fff !important; background-color:#b36500 !important}
.w3-theme-d4 {color:#fff !important; background-color:#995700 !important}
.w3-theme-d5 {color:#fff !important; background-color:#804800 !important}

.w3-theme-light {color:#000 !important; background-color:#fff8f0 !important}
.w3-theme-dark {color:#fff !important; background-color:#804800 !important}
.w3-theme-action {color:#fff !important; background-color:#804800 !important}

.w3-theme {color:#fff !important; background-color:#ff9100 !important}
.w3-text-theme {color:#ff9100 !important}
.w3-border-theme {border-color:#ff9100 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#ff9100 !important}
.w3-hover-text-theme:hover {color:#ff9100 !important}
.w3-hover-border-theme:hover {border-color:#ff9100 !important}