References a color token.
static TokenRef color(String name, {Object? fallback}) => token('color.$name', fallback: fallback);