Per metterla al 100% no, però puoi fare così:
codice:
body {
background-image: url(immagine.gif);
background-repeat: x-repeat;
background-color: #CCCCCC;
}
Dove #CCCCCC è il colore finale della sfumatura. Se la sfumatura è orizzontale, usa y-repeat in background-repeat.