# Emblem Palette Generator

> Emblem Palette Generator is a paid API for AI agents from build-4c941cab041172e9439ece2f.emblem.build, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Generates a cohesive color palette and ready-to-use CSS variables from a hex color seed or a brand keyword

## Facts

- Endpoint: POST https://build-4c941cab041172e9439ece2f.emblem.build/pub/tasks/x402-onchain/api/palette
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emblem-palette-generator-9845025a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_azM6_IT7yqAX2lWCY1XmA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability emblem-palette-generator-9845025a -d '<json body>'
```

Example prompt: Can you generate a cohesive color palette and CSS variables using the hex seed #3B82F6 for my SaaS product's design system?

## When to prefer this

Choose this endpoint when you need both a color palette and production-ready CSS variables in a single call, especially when starting from a hex color or a brand name rather than a full design brief. It's ideal for rapid prototyping, design system bootstrapping, or agent-driven UI generation workflows where paying per-call in USDC is acceptable and deterministic CSS output is required.

## Known failure modes

- Invalid hex code format returns an error or fallback
- Unrecognizable brand word may produce a generic or unexpected palette
- Missing required input (no seed or word) returns a 400-level error
- Payment failure via x402 protocol halts the request before processing

## How this service works

Generate a cohesive color palette + CSS variables from a hex seed or brand word. Pay-per-call in USDC.

## Output

Returns a cohesive set of colors derived from the input hex seed or brand word, along with CSS custom property declarations (e.g. --color-primary, --color-secondary, etc.) that can be pasted directly into a stylesheet. Typically includes a range of shades, tints, and accent colors forming a harmonious palette.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emblem-palette-generator-9845025a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from build-4c941cab041172e9439ece2f.emblem.build](https://www.zero.xyz/host/build-4c941cab041172e9439ece2f.emblem.build/llms.txt)
