
.colorPallet {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-170px) translateY(-50px);
  z-index: 10;
}

@media (max-width: 1250px) {
  .colorPallet {
    position: absolute;
    width: auto;
    top: 365px;
    left: 50%;
    transform: translateX(-175px) ;
    z-index: 10;
  }
}
