palette method

Implementation

PredominantGradientBackground palette(List<Color> colors) {
  _palette = colors;
  return this;
}