Placing the SVG output directly inline with the page code I am able to simply modify fill colors with CSS like so:
po
Download your svg as text.
Modify your svg text using javascript to change the paint/stroke/fill color[s].
Then embed the modified svg string inline into your css as described here.