Custom colors with TextColumn badges

Is there a way to get custom colors as badge?
Solution
you can pass a custom color using the Color class in any of the ->color() modifiers. For example.

use Filament\Support\Colors\Color;

->color(Color::hex('#bada55')
Was this page helpful?