Hi i'm going to add some property attributes to mud palette so I created new class as you can see in the picture:

and then I used that in PresetThemes.cs class like this

Now as a result I can see my property in c# code but I can't use it as a CSS variable like this var(--mud-palette-ForegroundColor).
How can i solve this problem?