multicolor background in css code example
Example 1: double color background css
background: linear-gradient(<angle>, color1 color1-stop-at, color2 color2-start-at);
Example 2: css multicolor background
background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);