import icons

colors = [
    'red',
    'orange',
    'yellow',
    'green',
    'blue',
    'purple',
    'deeppink',
    'white',
    'grey',
    'black',
]

for i, color in enumerate(colors):
	size = 100 - i*10
	icons.Tshirt(color=color, height=size, width=size)

Stacked shirts

by ludwik

Created 5 months, 2 weeks ago.
Based on Stacked shirts by lucykjoyner.