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