You can call the function wp_bandcamp_embed_player with an array of player attributes as a parameter.
Here’s an example:
wp_bandcamp_embed_player(array(
'type' => 'album',
'id' => '130906753',
'size' => 'grande2',
'bgcol' => '#FFFFFF',
'linkcol' => '#4285BB',
'transparent' => 'true'
));