Find and change all instances of a colour in CSS

Hi all
I have a CSS file that contains a million instances of the colour #00add0. The user now wants to be able to change the colour of the entire website so I’d like to be able to use JavaScript or jQuery to find and replace all instances of the colour in the CSS.

What’s the best way of going about this? Thanks