/* Skin Colors */
.full-body-character.main.skin1 .skin,
.small-color-button.skin1:before {
  filter: brightness(64%) sepia(1) saturate(180%) hue-rotate(-10deg);
}
.full-body-character.main.skin1 .skin-shadow,
.small-color-button.skin1:after {
  filter: sepia(1) saturate(2) brightness(75%) hue-rotate(328deg);
}
.full-body-character.main.skin2 .skin,
.small-color-button.skin2:before {
  filter: brightness(37%) sepia(1) saturate(300%) hue-rotate(-10deg);
}
.full-body-character.main.skin2 .skin-shadow,
.small-color-button.skin2:after {
  filter: sepia(1) saturate(3) brightness(42%) hue-rotate(328deg);
}
.full-body-character.main.skin3 .skin,
.small-color-button.skin3:before {
  filter: brightness(16%) sepia(1) saturate(470%) hue-rotate(-10deg);
}
.full-body-character.main.skin3 .skin-shadow,
.small-color-button.skin3:after {
  filter: sepia(1) saturate(4) brightness(21%) hue-rotate(321deg);
}
.full-body-character.main.skin4 .skin,
.small-color-button.skin4:before {
  filter: brightness(64%) sepia(1) saturate(180%) hue-rotate(-30deg);
}
.full-body-character.main.skin4 .skin-shadow,
.small-color-button.skin4:after {
  filter: sepia(1) saturate(2) brightness(75%) hue-rotate(308deg);
}
.full-body-character.main.skin5 .skin,
.small-color-button.skin5:before {
  filter: brightness(28%) sepia(1) saturate(300%) hue-rotate(-10deg);
}
.full-body-character.main.skin5 .skin-shadow,
.small-color-button.skin5:after {
  filter: sepia(1) saturate(4) brightness(32%) hue-rotate(328deg);
}

/* Hair Colors */
.full-body-character.main.hairColor1 .hair,
.small-color-button.hair1:before {
  filter: brightness(16%) sepia(1) saturate(60%) hue-rotate(170deg);
}
.full-body-character.main.hairColor1 .hair-shadow,
.small-color-button.hair1:after {
  filter: brightness(5%);
}
.full-body-character.main.hairColor2 .hair,
.small-color-button.hair2:before {
  filter: brightness(80%) sepia(1) saturate(240%) hue-rotate(0deg);
}
.full-body-character.main.hairColor2 .hair-shadow,
.small-color-button.hair2:after {
  filter: sepia(1) saturate(475%) brightness(80%) hue-rotate(-13deg);
}
.full-body-character.main.hairColor3 .hair,
.small-color-button.hair3:before {
  filter: brightness(39%) sepia(1) saturate(1560%) hue-rotate(-22deg);
}
.full-body-character.main.hairColor3 .hair-shadow,
.small-color-button.hair3:after {
  filter: sepia(1) brightness(35%) saturate(675%) hue-rotate(-135deg);
}
.full-body-character.main.hairColor4 .hair,
.small-color-button.hair4:before {
  filter: brightness(39%) sepia(1) saturate(390%) hue-rotate(-22deg);
}
.full-body-character.main.hairColor4 .hair-shadow,
.small-color-button.hair4:after {
  filter: sepia(1) brightness(35%) saturate(325%) hue-rotate(-135deg);
}

/* Colors */
.full-body-character.main .base-color.brown {
  filter: brightness(9%) sepia(1) saturate(650%)
}
.full-body-character.main .shadow-color.brown {
  filter: brightness(23%) sepia(1) saturate(190%) hue-rotate(315deg);
}
.full-body-character.main .base-color.pink {
  filter: brightness(50%) sepia(1) saturate(500%) hue-rotate(305deg);
}
.full-body-character.main .shadow-color.pink {
  filter: brightness(73%) sepia(1) saturate(570%) hue-rotate(275deg);
}
.full-body-character.main .base-color.silver {
  filter: brightness(73%) sepia(1) saturate(70%) hue-rotate(135deg);
}
.full-body-character.main .shadow-color.silver {
  filter: brightness(63%) sepia(1) saturate(210%) hue-rotate(135deg);
}
.full-body-character.main .base-color.golden {
  filter: brightness(74%) sepia(1) saturate(810%) hue-rotate(-7deg);
}
.full-body-character.main .shadow-color.golden {
  filter: brightness(73%) sepia(1) saturate(600%) hue-rotate(305deg);
}
.full-body-character.main .base-color.black {
  filter: brightness(4%) sepia(1) saturate(560%) hue-rotate(223deg);
}
.full-body-character.main .shadow-color.black {
  filter: brightness(2%) sepia(1) saturate(600%) hue-rotate(235deg);
}
.full-body-character.main .base-color.red {
  filter: brightness(16%) sepia(1) saturate(1980%) hue-rotate(333deg);
}
.full-body-character.main .shadow-color.red {
  filter: brightness(13%) sepia(1) saturate(770%) hue-rotate(215deg);
}

.full-body-character.main .shadow-color.whiteBlue {
  filter: sepia(1) saturate(152%) brightness(317%) hue-rotate(165deg);
}
