### Custom variables CSS variables that contain specific values to be reused throughout a document. #### CSS ```css :root { --some-color: #da7800; --some-keyword: italic; --some-size: 1.25em; --some-complex-value: 1px 1px 2px WhiteSmoke, 0 0 1em SlateGray , 0 0 0.2em SlateGray; } ``` #### Demo

CSS is awesome!

#### Explanation Bla bla bla #### Browser support ✅ No caveats. * https://caniuse.com/#feat=some-feature