Color Schemes
Explore the available color palettes for your Flutter app with Flutcn UI - Zinc, Gray, Blue, and Red.
Flutcn UI provides multiple color palettes that you can use in your Flutter applications. Each color scheme is carefully crafted to provide a cohesive look and feel.
Available Color Palettes
Flutcn UI offers the following color schemes:
| Color Scheme | Description | Use Case |
|---|---|---|
| Zinc | Neutral gray tones | Clean, modern apps |
| Gray | Classic gray palette | Professional applications |
| Blue | Trust and stability | Corporate, tech apps |
| Red | Bold and energetic | Gaming, creative apps |
Using Color Schemes
Fetching a Color Scheme
You can fetch and use a color scheme from the Flutcn API:
Applying to Theme
Customizing Colors
You can override specific colors in any palette:
Switching Color Schemes
To switch between color schemes dynamically:
Best Practices
- Consistency: Use the same color scheme throughout your app
- Accessibility: Ensure sufficient contrast ratios
- Theme Switching: Provide both light and dark variants
- Customization: Override specific colors when needed