function setup() {
createCanvas(400, 400);
}
function draw() {
fill(" lightyellow");
rect(100,225,200,175);
fill("lightblue");
triangle(200,100,75,225,325,225);
fill("#d9b3ff");
rect(125,250,45,45);
rect(225,250,45,45);
fill("lightgreen")
rect (175,310,50,150);