Vennenum said:
This is a bit of a late response, but yes. Look up "CSS gradients" on google. Use the appropriate code fragment to put in the CSS in your background. You can see my palette for an example.
I used the code from a CSS website, it showed that I did the code right. The only issue is it won't show, it shows the background color but not the gradient, I also used the code correctly (so I think)
.mainscreen1 {
background: rgb(255,189,200);
background: linear-gradient(0deg, rgba(255,189,200,1) 12%, rgba(198,147,156,1) 78%);
}
(For the rest of the seasons it's the same, I won't copy every CSS thing I wrote lol)