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

[data-swatch="black"]:before { background-color:#000000}[data-swatch="blue"]:before { background-color:#000080}[data-swatch="gray"]:before { background-color:#d3d3d3}[data-swatch="red"]:before { background-color: #FF0000}[data-swatch="hi-viz yellow"]:before { background-color: #CCFF00}[data-swatch="grey"]:before { background-color: #808080}[data-swatch="green"]:before { background-color: #32CD32}[data-swatch="orange"]:before { background-color: #FF7600}[data-swatch="yellow"]:before { background-color: #FFF200}[data-swatch="white"]:before { background-color: #FFFFFF}

