A web application that helps change SVG color using CSS Filter.
It provides a color picker, and a css filter
outcome of the selected color. It also tries to give a preview of how the svg will look in that color.
Visit application: https://change-svg-color.edrini.xyz/
View source: https://github.com/Prottoy2938/change-svg-color
RGBA To CSS filter algorithm was taken from this stackoverflow answer.