I am trying to create 6 circles with different colours and sizes around a text, as a template see the inserted image.
I had tried to do it with random values, but that did not work.
The colours I used are: yellow, red, blue, orange, turquoise and purple.
I have created a text that says "Welcome to ....".
First, make a struct to model each circle, storing each circle's size, position, and color.
Then your view can be like this: