Using wp_list_categories to show more than one custom taxonomy

If you turn $taxonomy into an array:

$taxonomy     = array('colors','additional-taxonomy', 'another-taxonomy', 'etc');

You should be set