Flutter Color Generator

Flutter Color Generator creates colors ready to be used with Flutter's Color.fromRGBO() and Color.fromARGB() functions, making it easier to define and apply a cohesive color theme throughout an app.
Tap the color button to pick
Color.fromRGBO(92, 113, 163, 1.0)
Color.fromARGB(255, 92, 113, 163)

Created out of necessity when no existing app could generate color shades satisfactorily, the Flutter Color Shades Generator fills that gap effectively. It operates on a straightforward principle: enter a hex code or an RGB value, and it presents a comprehensive list of colors within the same shade range. This feature is particularly useful for anyone looking to explore different tones and variations of a color.

How to Use

  • Select a color from the color picker.
  • Click the "Generate Shades" button.