colors method

List<Color> colors()

Implementation

List<Color> colors(){
  return [getColor1(), getColor2()];
}