#grad0 {
    background: linear-gradient(to right bottom, #B50013, #E37474); 
}
#grad1 {
    background: linear-gradient(to right bottom, #090ED1 , #6699FF); 
}
#grad2 {
    background: linear-gradient(to right bottom, #FF0000 , #FFFF00); 
}
#grad3 {
    background: linear-gradient(to right bottom, #006633 , #53E35D); 
}
#grad4 {
    background: linear-gradient(to right bottom, #6633CC , #9490FA); 
}
#grad5 {
    background: linear-gradient(to right bottom, #996633 , #FFFFAA); 
}
#grad6 {
    background: linear-gradient(to right bottom, #000099 , #66CCCC); 
}
#grad7 {
    background: linear-gradient(to right bottom, #B50013, #E37474); 
}
#grad8 {
    background: linear-gradient(to right bottom, #090ED1 , #6699FF); 
}
#grad9 {
    background: linear-gradient(to right bottom, #FF0000 , #FFFF00); 
}
#grad10 {
    background: linear-gradient(to right bottom, #006633 , #53E35D); 
}
#grad11 {
    background: linear-gradient(to right bottom, #6633CC , #9490FA); 
}
#grad12 {
    background: linear-gradient(to right bottom, #996633 , #FFFFAA); 
}
#grad13 {
    background: linear-gradient(to right bottom, #000099 , #66CCCC); 
}
#grad14 {
    background: linear-gradient(to right bottom, #0000ee , #66CCCC); 
}
#gradx {
    height: 100px;
    background: #F8F8FF; /* For browsers that do not support gradients */    
    background: linear-gradient(to right bottom, orange , yellow); 
//  background: radial-gradient(white 5%, yellow 25%, blue 70%);
}
