xxxxxxxxxx
function setup() {
createCanvas(400, 400);
}
function draw() {
background(105, 77, 79);
fill(227, 203, 123)
textSize (90)
textFont('Courier New')
text('BLONDE', 40, 80);
fill(227, 203, 123)
textSize (30)
textFont('Courier New')
text('frank ocean', 180, 380);
fill (247, 222, 151)
triangle (105, 180, 30, 300, 120, 300)
fill (247, 222, 151)
triangle (15, 180, 10, 300, 90, 300)
fill (237, 171, 119)
circle (60,200,100)
//eyes
fill(15, 10, 0)
circle(85,180,16)
fill(15, 10, 0)
circle(40,180,16)
//hair
fill ( 247,222,151)
circle (190, 189,100)
fill ( 87, 46, 36)
circle (190, 200,100)
//buns
fill ( 247,222,151)
circle (280, 160,60)
//buns
fill ( 247,222,151)
circle (360,160,60)
fill(15, 10, 0)
circle(210,180,16)
fill(15, 10, 0)
circle(180,180,16)
fill (64,41,1)
circle(320,200,100)
fill(15, 10, 0)
circle(340,180,16)
fill(15, 10, 0)
circle(310,180,16)
}