how to use Filament `primary`, `success` color

Hi, I want to use some color of Filament in custom form field to consistency look and field, but I don't know how to make it, because user can change the color in the PanelServiceProvider. Anyone has a good approach for this situation, thank you
Solution
 peer-checked:[--tw-ring-color:rgba(var(--primary-500),1)]

Solved using this one, but it seem terrible
Was this page helpful?