CSS Variables CSS 25 May 2025 Usage :root { --main-color: #333; } body { color: var(--main-color); } Sources MDN: CSS Variables