gentlePurple property

List<Color> gentlePurple

Implementation

static List<Color> get gentlePurple => [
      gentlePurpleBg,
      gentlePurpleFg,
      const Color.fromRGBO(155, 98, 190, 1),
    ];