Are you sure?
Do you want to delete “Sunset” permanently? You will not be able to undo this action.
Rectangle(color=['darkblue', 'red'])
Circle(color=['yellow', 'orange'], width=50, height=50, y=70)
Rectangle(color=['midnightblue', 'mediumslateblue'], height=30, y=100)
Circle(
color=['orange', 'yellow'],
width=50,
height=50,
y=100,
transparency=90,
)