/* create */ :root { --variable-name: variable-property; } /* use */ selector { property: var(--variable-name); }