Hallo liebe COMM,
kann man bei einer fill: funktion mehrere farben einbinden RAinbow effect wie zb hier per css normal mache ich das so.
background-image: -webkit-gradient(linear,right bottom,left top,from(#ff8a00),to(#da1b60));
background-image: linear-gradient(to top left,#ff8a00,#da1b60)...