Closely related to https://github.com/observablehq/plot/issues/765. It would be great if the `isColor` check supported native color functions with CSS vars inside. Some examples: - `rgba(255, 0, 0, var(--a))` - `rgb(var(--rgb))` - `hsl(240deg 50% var(--l))` - `hsl(var(--hsl) / 50%)` Thanks!