Make a gradient for the img selector that starts with bisque, transitions to white, and ends with bisque.
img
bisque
white
Make sure to type background: linear-gradient(bisque, white, bisque);.
background: linear-gradient(bisque, white, bisque);