/* text colors */

/* text yellow*/
.etxt-yellow-1 {
    color: #91843A
}
.etxt-yellow-2 {
    color: #AA9A43
}
.etxt-yellow-3 {
    color: #C2B04D
}
.etxt-yellow-4 {
    color: #DAC657
}
.etxt-yellow-5 {
    color: #f3dc61
}
.etxt-yellow-6 {
    color: #F5E380
}
.etxt-yellow-7 {
    color: #F7EAA0
}
.etxt-yellow-8 {
    color: #FBF4CF
}
.etxt-yellow-9 {
    color: #FDFBEF
}

/* text red*/
.etxt-red-1 {
    color: #892018
}
.etxt-red-2 {
    color: #A0251C
}
.etxt-red-3 {
    color: #B72B20
}
.etxt-red-4 {
    color: #CE3024
}
.etxt-red-5 {
    color: #e53629
}
.etxt-red-6 {
    color: #EA5E53
}
.etxt-red-7 {
    color: #EF867E
}
.etxt-red-8 {
    color: #F7C2BE
}
.etxt-red-9 {
    color: #FCEAE9
}

/* text blue*/
.etxt-blue-1 {
    color: #1E1636
}
.etxt-blue-2 {
    color: #23193F
}
.etxt-blue-3 {
    color: #281D48
}
.etxt-blue-4 {
    color: #2D2151
}
.etxt-blue-5 {
    color: #32255a
}
.etxt-blue-6 {
    color: #5B507B
}
.etxt-blue-7 {
    color: #9892AC
}
.etxt-blue-8 {
    color: #C1BDCD
}
.etxt-blue-9 {
    color: #EAE9EE
}

/* background colors */

/* background yellow*/
.ebg-yellow-1 {
    background-color: #91843A
}
.ebg-yellow-2 {
    background-color: #AA9A43
}
.ebg-yellow-3 {
    background-color: #C2B04D
}
.ebg-yellow-4 {
    background-color: #DAC657
}
.ebg-yellow-5 {
    background-color: #f3dc61
}
.ebg-yellow-6 {
    background-color: #F5E380
}
.ebg-yellow-7 {
    background-color: #F7EAA0
}
.ebg-yellow-8 {
    background-color: #FBF4CF
}
.ebg-yellow-9 {
    background-color: #FDFBEF
}

/* background red*/
.ebg-red-1 {
    background-color: #892018
}
.ebg-red-2 {
    background-color: #A0251C
}
.ebg-red-3 {
    background-color: #B72B20
}
.ebg-red-4 {
    background-color: #CE3024
}
.ebg-red-5 {
    background-color: #e53629
}
.ebg-red-6 {
    background-color: #EA5E53
}
.ebg-red-7 {
    background-color: #EF867E
}
.ebg-red-8 {
    background-color: #F7C2BE
}
.ebg-red-9 {
    background-color: #FCEAE9
}

/* background blue*/
.ebg-blue-1 {
    background-color: #1E1636
}
.ebg-blue-2 {
    background-color: #23193F
}
.ebg-blue-3 {
    background-color: #281D48
}
.ebg-blue-4 {
    background-color: #2D2151
}
.ebg-blue-5 {
    background-color: #32255a
}
.ebg-blue-6 {
    background-color: #5B507B
}
.ebg-blue-7 {
    background-color: #9892AC
}
.ebg-blue-8 {
    background-color: #C1BDCD
}
.ebg-blue-9 {
    background-color: #EAE9EE
}

/* gradient color background */
.ebg-oralow-br {
    background-image: linear-gradient(to bottom right, #e53629, #FFC72C);
}
.ebg-bluoralow-br {
    background-image: linear-gradient(to bottom right, #32255a, #e53629, #FFC72C);
}
.ebg-oralow-tb {
    background-image: linear-gradient(#e53629 25%, #FFC72C 100%);
}
.ebg-bluoralow-tb {
    background-image: linear-gradient(#32255a, #e53629, #FFC72C);
}


/* border color */
.eborder {
    border: 1px solid #e53629;
}


