What should I use to create such gradient in the text?
There is a color selector in the tools menu
So
fill…
text(“Colorful”,…
fill( use another color and opacity of 50 - see reference on the website for fill
text(“Ideas”,…
See tutorial for color
Look into blendMode().
Cool. It works! 

