Props in props

Kinda like derived values from a store yeah?

:root {
  --brand: hotpink;
  --brand-highlight: color-mix(in oklab, var(--brand), white);
}