Getting a ColorGroup value

Let’s say I have created a ColorGroup with two colours. Is there a way to later get the light or dark value irrespective of whether the system is in light or dark mode?

For example, if I’m on macOS and the app is in dark mode, how do I get the light colour value from the ColorGroup and vice versa?

Something like this @GarryPettet:

Var colors() As Color = ColorGroup1.Values

Attention: This only works for Single and Dual ColorGroups, not for Named ones.