The TulipFarm object collection

Small objects. Big personality.

100 original avatars in soft colors. Pick an object, copy its link, and give your profile some character.

Browse avatars
TulipUmbrellaCactusWindmillMugRose
Original objects
100
Fixed colors
8
PNG sizes
5
Scalable vectors
SVG

One link. Ready to use.

No account, API key, or image generation. Every color and size is already a file, with transparent corners.

Start with an object

/umbrella.png

The original color, at 256 pixels.

Pick a color and size

/avatar/umbrella/pink/64.png

32, 64, 128, 256, 512 pixels. SVGs have no fixed size.

Pink umbrella at 64 pixels
<img src="https://avatars.tulipfarm.ai/avatar/umbrella/pink/64.png"
     width="64" height="64" alt="Umbrella avatar">

The whole collection, in JSON.

Read every object, color, and size from one static index. Each object includes its name, group, default color, and image links.

Open JSON index

Use the manifest when you need every exact image path. Both files support cross-origin requests.

Available in /index.json

{
  "objectCount": 100,
  "colors": ["pink","coral","orange","yellow","green","teal","blue","purple"],
  "sizes": [32,64,128,256,512],
  "defaultSize": 256,
  "formats": ["png","svg"]
}