@supports

by stopsatgreen

HTML

<h1>Hello</h1>

CSS

@supports (color: red) {
    h1 { color: red; }
}