.color-tiles {
  display: flex;
  flex-wrap: nowrap;
}

.color-tile {
  flex: 1;
  height: 45px;
  background-color: var(--bg-color, #f6f6f2);
}

@media screen and (min-width: 1024px) {
  .color-tile {
    height: 32px;
  }
}
