.bg-grass {
    background-color: rgb(186, 255, 84);
}
.type-field-grass {
    background-color: rgb(102, 173, 102);
}

.bg-fire {
    background-color: rgb(248, 107, 107);
}
.type-field-fire {
    background-color: rgb(161, 78, 78);
}

.bg-water {
    background-color: rgb(147, 252, 217);
}
.type-field-water {
    background-color: rgb(61, 194, 150);
}

.bg-bug {
    background-color: rgb(203, 255, 143);
}
.type-field-bug {
    background-color: rgb(187, 162, 94);
}

.bg-normal {
    background-color: rgb(252, 229, 195);
}
.type-field-normal {
    background-color: rgb(201, 184, 159);
}

.bg-poison {
    background-color: rgb(75, 255, 135);
}
.type-field-poison {
    background-color: rgb(104, 161, 124);
}

.bg-electric {
    background-color: rgb(255, 255, 107);
}
.type-field-electric {
    background-color: rgb(197, 180, 27);
}

.bg-ground {
    background-color: rgb(197, 132, 46);
}
.type-field-ground {
    background-color: rgb(150, 96, 25);
}

.bg-fairy {
    background-color: rgb(233, 118, 189);
}
.type-field-fairy {
    background-color: rgb(148, 73, 119);
}

.bg-fighting {
    background-color: rgb(156, 160, 149);
}
.type-field-fighting {
    background-color: rgb(125, 128, 120);
}

.bg-psychic {
    background-color: rgb(174, 100, 224);
}
.type-field-psychic {
    background-color: rgb(125, 71, 158);
}

.bg-rock {
    background-color: rgb(172, 163, 111);
}
.type-field-rock {
    background-color: rgb(129, 122, 82);
}

.bg-ghost {
    background-color: rgb(131, 51, 221);
}
.type-field-ghost {
    background-color: rgb(87, 57, 196);
}

.bg-ice {
    background-color: rgb(119, 216, 255);
}
.type-field-ice {
    background-color: rgb(114, 169, 190);
}

.bg-dragon {
    background-color: rgb(255, 136, 90);
}
.type-field-dragon {
    background-color: rgb(190, 107, 74);
}

.bg-dark {
    background-color: rgb(61, 63, 202);
}
.type-field-dark {
    background-color: rgb(61, 62, 141);
}

.bg-steel {
    background-color: rgb(131, 154, 255);
}
.type-field-steel {
    background-color: rgb(96, 125, 255);
}

.bg-flying {
    background-color: rgb(250, 172, 83);
}
.type-field-flying {
    background-color: rgb(143, 82, 58);
}