How would I change a color to a gradient? I thought I could just enter
Code:
linear-gradient(to bottom right, #33ccff 0%, #3366ff 100%)
in the color tool but that does not work.