A new lazy Iterable of Color.
@override Iterable<Color> get colors => _palettes.map((palette) => palette.color);