# Zinc gradient

Zinc is a yellow gradient from uiGradients (MIT), rendered in OKLab.

### Zinc

- Slug: `zinc` · Page: https://brandsweets.com/gradients/zinc
- Stops: #ada996, #f2f2f2, #dbdbdb, #eaeaea · angle 90° · source uigradients
- Families: yellow · Moods: warm, muted, light, calm
- CSS: `linear-gradient(90deg in oklab, #ada996 0%, #f2f2f2 33.33%, #dbdbdb 66.67%, #eaeaea 100%)`
- Tailwind: `bg-[linear-gradient(90deg_in_oklab,#ada996_0%,#f2f2f2_33.33%,#dbdbdb_66.67%,#eaeaea_100%)]`
- Contrast (worst point): white 1.12:1 fail · black 8.89:1 AA · banding high
- Maker: https://brandsweets.com/gradients/new/v1.ada996-f2f2f2-dbdbdb-eaeaea?a=90
- Colors: https://brandsweets.com/colors/ada996, https://brandsweets.com/colors/f2f2f2, https://brandsweets.com/colors/dbdbdb, https://brandsweets.com/colors/eaeaea

## The same stops in other spaces

- sRGB (the source's own look): `linear-gradient(90deg in srgb, #ada996 0%, #f2f2f2 33.33%, #dbdbdb 66.67%, #eaeaea 100%)`
- OKLCH shorter hue: `linear-gradient(90deg in oklch shorter hue, #ada996 0%, #f2f2f2 33.33%, #dbdbdb 66.67%, #eaeaea 100%)`

Family pages: https://brandsweets.com/gradients/yellow

## Gradient maker

Every maker URL is the gradient's state: `/gradients/new/v1.<hex>-<hex>[_pos]?a=135&in=oklch&hue=shorter&e=soft&g=8`. Hand one to a human, let them refine, and read the link they return.

## Connect an agent

Point any MCP client at the BrandSweets gradients endpoint for the same engine and corpus:

- Endpoint: https://mcp.brandsweets.com/gradients/mcp
- Tools: `make_gradient` (2–5 colours → CSS with the interpolation space, Tailwind v4, SVG, PNG URL, DTCG token + the contrast/banding/gamut report), `brand_gradients` (brand slug or palette → brand gradient, hero, button, variants).
- Resource: `gradients://corpus` — the whole bundled corpus as JSON.
