# Patchwork presets Every preset here is an ordinary set of render options. Nothing needs to be installed, and the same values work in all six libraries and as HTTP-API query parameters. Pick one to read its code, or open it in the playground and change whatever you like. Options a preset does not set keep varying with the seed, so most of these stay as unique per user as the plain style does. Each preset lists how many distinct avatars it still leaves you. ## Sepia The three fabrics take a warm ladder and the paper goes tan, which reads like a quilt photographed decades ago. ```json { "backgroundColor": ["e3d2b4"], "fabricAColor": ["8a6a48"], "fabricBColor": ["6b4f35"], "fabricCColor": ["a3855f"] } ``` ## Greyscale The block geometry carries the picture on its own, which makes this style one of the few where a greyscale set loses almost nothing. ```json { "backgroundColor": ["ececee"], "fabricAColor": ["5e5e62"], "fabricBColor": ["343437"], "fabricCColor": ["8c8c90"] } ``` ## Duotone Background and all three fabrics take the same hue at different lightnesses. ```json { "backgroundColor": ["dfe3f5"], "fabricAColor": ["9aa2d2"], "fabricBColor": ["3d4272"], "fabricCColor": ["6a71a8"] } ``` ## Muted The style ships strong reds, greens and golds. This trades them for dusty tones, which moves the quilt from folk art towards linen. ```json { "backgroundColor": ["e8e4dc"], "fabricAColor": ["9c6b58","b98b73"], "fabricBColor": ["6b705c","7c9082"], "fabricCColor": ["a5a58d","8e9aaf"] } ``` ## Electric The other direction on the same lever: colors past anything the style ships, on a dark ground so the quilt reads as lit. ```json { "backgroundColor": ["101216"], "fabricAColor": ["ff2e88","ff6a00"], "fabricBColor": ["00e5ff","7cff00"], "fabricCColor": ["ffe600","b400ff"] } ``` ## Pastel Wall The whole quilt drops to pastels, which suits a nursery or an onboarding screen better than the default folk palette. ```json { "backgroundColor": ["fdf6ec"], "fabricAColor": ["ffc9d6","ffd9b0"], "fabricBColor": ["bfe3d0","b8d8f0"], "fabricCColor": ["ffeaa8","e0d4f5"] } ``` ## Bold Pop Three flat primaries and nothing between them. The block geometry is strong enough to carry a palette this blunt. ```json { "backgroundColor": ["fdf6ec"], "fabricAColor": ["e63946"], "fabricBColor": ["1d3557"], "fabricCColor": ["f4a261"] } ``` ## Close Up Uses scale rather than color. Two large blocks read better at avatar size than a full quilt of small ones. ```json { "scale": 1.6 } ```