#gradient {
  width:500px;
  height:500px;
  background:linear-gradient(to top,blue,black ,green,orange );
}