Creating a website with changing colours

Hi,
I would like to create a site which colours change on click. Such as is shown on https://5scontent.com/

What would be the best way of going about this?

Hi @AetherialStudio, With custom code add even handlers to the body element and when a click event happens, add a class to the body that is used to set values for various child elements. Overall the Is a very complex site. Reviewing the source code can give you insight on how it is built. If custom code is not your thing I suggest you stick with examples built in Webflow already that you can copy or learn from.

Hi Jeff,
Thank you for getting back to me, I have some experience using Javascript and Jquery. Could you give some more detail or point me towards a source for doing this.