Web features explorer

Custom properties

Widely available
Tags: css Groups: CSS

Custom properties are CSS properties prefixed with -- that set values you can reuse with the var() function. For example, you can set a --key-color property to reuse as border-color: var(--key-color). Also known as CSS variables. To learn more, see Custom properties (--*): CSS variables at MDN.

Compatibility (view on caniuse.com)