[data-swatch]::before {
  background-color: rgba(var(--text-color) / 0.08);
}

[data-swatch="rojo"]:before { background-color: #ff0000}[data-swatch="negro"]:before { background-color: #000000}

