I come from a strong background and I am looking to create a dynamic loop that changes the brightness using CSS specifically on Chrome. The goal is to have the background color match the user's profile, providing a unique experience each time.
For example: The background could begin as red, transition to a pinkish hue, and then return to red after a brief moment.
Another scenario: The background might start as blue, shift to a softer baby blue shade, and revert back to the original blue after a short interval.
I understand that adjusting the brightness and contrast of the color can achieve the desired effect, but implementing this with webkit is where I face some challenges.
Is there a way to alternate the brightness and contrast through CSS utilizing webkit?