# Floating Orbs

Decorative blurred colour orbs that float in a dark background area

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| orbs | array of {colour, size, x, y} (optional) |
| blur | number (optional, blur px) |
| opacity | number (optional, 0–1) |
| animate | boolean (optional) |

## Example payload

```json
{
  "type": "floating_orbs"
}
```

Live page: https://a2uicatalog.ai/atoms/floating_orbs/
Full field contract: https://a2uicatalog.ai/spec.json
