.list--random-colors {
  list-style: none;
  padding: 0;
}
.list--random-colors li {
  margin: 0.5rem;
  border-radius: 4px;
  background-color: var(--swatch-color);
}
.list--random-colors li span {
  display: block;
  padding: 1rem 2rem;
  font-weight: bold;
  color: white;
  mix-blend-mode: difference;
}
/*# sourceMappingURL=randcol.css.map */
