css variable text code example Example: css variable :root { --main-bg-color: pink; } body { background-color: var(--main-bg-color); }