I want to have a CSS-animation where the original background is
background-image: linear-gradient(to right top, #003eb3, #007BFF, #53b2ff, #0097DB, #009b74, #00c785);
How can I create a smooth animation with CSS keyframes to change the position of the color
An example: from 'red, green, blue' to 'blue, red, green' but smooth
Thank you in advance