``` #myElement { --circle-color: red; background-image: paint(circle); } ``` Shouldn't this be `paint(var(--circle-color))`?