I recently had the task of replacing 10 specific colors with new ones in my CSS files. I used the find and replace method to make the changes in over 300 places throughout all the files. Now, I need a way to test if all the color replacements were done correctly on the website. With so many places to check, it's hard to keep track of which color is used where. Does anyone have a solution for this? Thanks