Takes an integer as argument and returns a color shade based on that number.
Color shade(int number) => this[number]!;