static List<Color> getFlatGradients(Color baseColor, int depth) { return [ baseColor, baseColor, ]; }