Am trying to make CSS
of gradient for following image
just forget about the menu i need only the gradient since its little hard to get color code i tried this ..
body, html {
width: 100%;
height: 100%;
margin: 0;
background: -webkit-radial-gradient(center, ellipse, #2D84A7 5%, #0D354E);
background: -moz-radial-gradient(center, ellipse, #2D84A7 5%, #0D354E);
background: radial-gradient(center, ellipse, #2D84A7 5%, #0D354E);
}
can anyone help me to get above color and style