css gradient multiple colors code example
Example 1: css horizontal linear gradient
background: linear-gradient(to left, red, blue);
Example 2: double color background css
background: linear-gradient(<angle>, color1 color1-stop-at, color2 color2-start-at);