desbotamento da cor em direção ao topo CSS
body {
background-repeat: no-repeat;
background-attachment: fixed;
background-image: linear-gradient(white 10%, black 80%, white 10%);
}
Friendly Fowl