Gradient Background

When I try to use hashcode for setting background the gradient does not set properly. Where as when I use default css colours like red, blue etc it works fine.

First of all you can start using: https://webgradients.com/ , it s good for gradient backgrounds.
Now in this problem your background is getting repeated so add:
background-repeat: no-repeat;
in css file