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

[data-swatch="black"]:before { background-color:#000000}[data-swatch="white"]:before { background-color:#FCFAFA}[data-swatch="stainless"]:before { background-color: #cdc6be}[data-swatch="red"]:before { background-color: #cc211a}[data-swatch="silver"]:before { background-color: #E8E8E8}[data-swatch="blue"]:before { background-color: #81c2fc}[data-swatch="pink"]:before { background-color: #FFC0CB}

