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

[data-swatch="blue"]:before { background-color:#1A66D2 }[data-swatch="green"]:before { background-color:#008000}[data-swatch="grey"]:before { background-color:#808080}[data-swatch="orange"]:before { background-color:#FFA500}[data-swatch="pink"]:before { background-color:#FFC0CB}[data-swatch="red"]:before { background-color:#B40C1C}[data-swatch="yellow"]:before { background-color:#F8E71C}

