Get Active Colour

So I have a custom blade view, and it makes use of the color attribute:

                    <x-filament::button type="submit" color="primary">
                        Submit
                    </x-filament::button>


However, if I change that colour in the service provider, is there a way I can obtain the active colour?
Was this page helpful?