Home › Illustration › A 3x3 Grid of Pixar-Style Chibi Doll Stickers

A 3x3 Grid of Pixar-Style Chibi Doll Stickers
Nine expressions bundled together — basically a ready-made sticker pack's worth of variables (useful, nothing fancy).
✍️ The 'identity' field is locked to stay identical across all nine panels — that's a hard constraint. The 'outfits' array only comes with two looks filled in, essentially a half-finished template, so you'll need to fill in the rest of the outfit variables yourself.
📋 Prompt JSON Structured Style1826 characters
{
"character": {
"identity": "same across all stickers",
"hair": "golden gradient, soft tones",
"eyes": "blue-green, large and sparkling",
"head": "exaggerated oversized proportion",
"body": "small, petite build",
"blush": "faint blush",
"appearance": "as delicate as a doll"
},
"style": {
"type": "Pixar-style 3D chibi doll",
"design": "clean sticker-style design",
"background": "pure white or transparent background",
"shadows": "soft, gentle drop shadow",
"finish": "glossy finish",
"high_detail": true,
"consistent_design": true,
"edges": "crisp, clean edges"
},
"canvas": {
"layout": "4:5",
"grid": {
"rows": 3,
"columns": 3,
"spacing": "even",
"centered": true
}
},
"outfits": [
{
"type": "modern cute hanbok-inspired outfit",
"color": "soft pink"
},
{
"type": "soft-toned casual outfit"
}
],
"expressions_actions": [
{
"expression": "smile with heart-shaped eyes",
"emoji": "💕"
},
{
"expression": "jumping happily",
"emoji": "✨"
},
{
"expression": "holding a cup of coffee",
"emoji": "☕"
},
{
"expression": "wide-eyed surprised expression",
"emoji": "😲"
},
{
"expression": "sleepy, dozing off",
"emoji": "😴"
},
{
"expression": "crying (cute tears)",
"emoji": "😢"
},
{
"expression": "pouting, annoyed",
"emoji": "😤"
},
{
"expression": "making a heart with both hands",
"emoji": "💖"
},
{
"expression": "waving hello",
"emoji": "👋"
}
],
"mood": "cute, playful, expressive, designed specifically for stickers",
"quality": {
"resolution": "ultra HD",
"text_distortion": false
}
}






