:root { --my-color: purple; } .test { background: var(--my-color); } .test-parent { --my-color: pink; }
.test
.test-parent