CSS Gradient с анимацией
Анимируем CSS-градиенты

CSS Gradient with Animation
A CSS gradient is a background effect where colors transition smoothly from one to another
It's created using the CSS linear-gradient() or radial-gradient() functions, allowing for a variety of color blending effects on web pages.
A CSS gradient is a background effect created by blending two or more colors seamlessly along a linear or radial direction.