I need a script in PHP where users are given the option(s) on the website to change the appearance of the website (few sections of it) as per their own desires.
Default color theme would be blue. Now at the top-right of the website, I need to give them 3-4 color options (as Red/Grey/Black/White). So whenever the user selects Red, few required portions of the website are changed to Red (from blue). Same is the case with Greay/black and white.
I have been looking out for scripts but not able to find one which is up and running. Can someone please help and suggest from where I can get it so that I can try to implement the same on my machine (localhost).

Thanks