static List<Color> getConcaveGradients(Color baseColor, int depth) { return [ getAdjustColor(baseColor, 0 - depth), getAdjustColor(baseColor, depth), ]; }