Cuadro 1 ines 123456789

void setup() {
  
  size(600,600) ;
  background (#69C2FC) ;
  
}

void draw() {
  
       fill(#FF7164);
   circle(300,500,700);
   stroke(0);
   
          fill(#FFA064);
   circle(300,500,650);
   stroke(0);
   
             fill(#FCFF64);
   circle(300,500,600);
   stroke(0);
   
    fill(#80FF64);
   circle(300,500,550);
   stroke(0);
   
  fill(#64FBFF);
   circle(300,500,500);
   stroke(0);
   
   fill(#6468FF);
   circle(300,500,450);
   stroke(0);
   
     fill(#B664FF);
   circle(300,500,400);
   stroke(0);
   
    fill(#FC64FF);
   circle(300,500,350);
   stroke(0);
   
       fill(#FF64C9);
   circle(300,500,300);
   stroke(0);
   
   fill(#69C2FC);
   circle(300,500,250);
   stroke(0);
   

   fill (#69FC8C) ;
       stroke(#0F0501);
  rect(0,500,700,500) ;
  
     fill(#AA7C65);
  rect(150, 350, 100, 150);
  fill(#C67272); 
  triangle(150, 350, 250, 350, 200, 300);

 fill (#E3C3A5);
   stroke(#0F0501);
   rect(170,450,20,50);
   
    fill (#F1FF5D);
   stroke(#0F0501);
   rect(210,400,20,20);
   
       fill (#F1FF5D);
   stroke(#0F0501);
   rect(160,400,20,20);
   
   fill(#FFB87E);
   ellipse(350,490,20,40);
   stroke (#FFB87E);
   
      fill(#FFB87E);
   ellipse(350,490,20,40);
   stroke (#FFB87E);
   
     fill(#FFB87E);
   ellipse(350,460,20,20);
   stroke (#FFB87E);
      fill(#FFB87E);
   ellipse(340,450,10,10);
   stroke (#FFB87E);
     fill(#FFB87E);
   ellipse(360,450,10,10);
   stroke (#FFB87E);
   fill(#FFF8A7);
     ellipse(500,50,50,50);
          fill(#FFB87E);
   ellipse(335,500,10,10);
   stroke (#FFB87E);
  
      fill (#6A4C3E);
   stroke(#0F0501);
   rect(400,400,20,100);
   
    fill(#3DDB00);
   circle(360,400,50);
   stroke(#3DDB00);
   
      
    fill(#3DDB00);
   circle(390,430,50);
   stroke(#3DDB00);
   
       fill(#3DDB00);
   circle(405,410,50);
   stroke(#3DDB00);
   
     fill(#3DDB00);
   circle(390,370,50);
   stroke(#3DDB00);
   
    fill(#3DDB00);
   circle(430,370,50);
   stroke(#3DDB00);
  
    fill(#3DDB00);
   circle(430,400,50);
   stroke(#3DDB00);
   
       fill(#3DDB00);
   circle(440,425,50);
   stroke(#3DDB00);
   
        fill(#3DDB00);
   circle(360,400,50);
   stroke(#3DDB00);
   
          fill(#3DDB00);
   circle(460,395,50);
   stroke(0);
   
      stroke(#3DDB00);
     fill(#FF2C15);
   circle(360,400,15);

   
        fill(#FF2C15);
   circle(440,500,15);
   stroke(#3DDB00);
      
           fill(#FF2C15);
   circle(440,370,15);
   stroke(#3DDB00);
   
              fill(#FF2C15);
   circle(440,410,15);
   stroke(#3DDB00);
   
     fill(#FF2C15);
   circle(400,400,15);
   stroke(#030000);
   
   
     fill(#FFFFFF);
   circle(120,55,50);
   stroke(#FFFFFF);
   
    fill(#FFFFFF);
   circle(140,90,50);
   stroke(#FFFFFF);
  
    fill(#FFFFFF);
   circle(100,100,50);
   stroke(#FFFFFF);
   
        fill(#FFFFFF);
   circle(120,55,50);
   stroke(#FFFFFF);
   
       fill(#FFFFFF);
   circle(80,85,50);
   stroke(#FFFFFF);
  
  
  stroke(0);
    float x = random(width);
    float y = random(height / 2);
    line(x, y, x + 10, y - 5);
    line(x + 10, y - 5, x + 20, y);
    
    
}

Hello @averges, welcome! Your post has been edited to format the code for better readability. Please review our FAQ for guidance on posting code. Thank you!

ezgif.com-gif-maker (1)

Your code that creates a nice graphic image but it is not clear what your question is :thinking: