There is a random_color plugin in the Flutter that can help us for generating random color and also we can select high saturation colors with this code: import ‘package:random_color/random_color. dart’; RandomColor _randomColor = RandomColor(); Color _color = _randomColor.
Read moreHow do you make a list of colors in Flutter?
3 Ways to create Random Colors in Flutter
Read moreWhat colors does Flutter use?
How to use Flutter Material Colors Class ?
Read more