# Recipe: button
Build one button component that matches this brand.
Palette: #000000, #ffffff, #697485, #33dfdf, #b98e01, #24cb71
Typography: [object Object], [object Object]
Material: flat
Signals: Radius: 2, 8, 16, 50 · Shadows: rgb(0, 0, 0) 0px 0px 0px 1px inset | rgb(255, 255, 255) 0px 0px 0px 1px inset | rgba(0, 0, 0, 0.08) 0px 1px 0px 0px
## Anatomy (detected)
```json
{
  "kind": "button",
  "structuralHash": "button>div>svg",
  "instanceCount": 1,
  "variants": [
    {
      "css": {
        "background": "rgba(0, 0, 0, 0)",
        "color": "rgb(255, 255, 255)",
        "padding": "8px 8px 8px 8px",
        "borderRadius": "0px",
        "border": "0px none rgb(255, 255, 255)",
        "fontSize": "16px",
        "fontWeight": "400"
      },
      "instanceCount": 1
    }
  ]
}
```