linear gradient 2 colors code example
Example 1: css gradient
Here a codePen with cool gradient animations:
https://codepen.io/DevLorenzo/pen/ExgpvJM
Example 2: how to insert gradient in css
body{
background-image: linear-gradient(45.34deg, #EA52F8 5.66%, #0066FF 94.35%);
}