I have a CSS file and I am looking to automatically generate multiple color variations of the file by altering the hue, similar to using the "colorize" function in GIMP.
I came across a tool that does exactly what I need at , however it does not support the use of the rgba() notation that I frequently use.
As a Linux user, I was thinking of creating a shell script with regex to achieve this, but unfortunately, I am not very skilled in regex.
If anyone has a solution involving PHP, Python, or Awk, I am confident in my ability to implement it. Thank you!