# Recipe: card
Build one card component that matches this brand.
Palette: #000000, #1d1d1f, #2997ff, #333336, #f5f5f7, #0066cc
Typography: [object Object], [object Object], [object Object]
Material: material-you
Signals: Radius: 5, 8, 11, 50, 980, 999 · Shadows: rgba(0, 0, 0, 0.22) 3px 5px 30px 0px
## Anatomy (detected)
```json
{
  "kind": "card",
  "structuralHash": "span>a",
  "instanceCount": 1,
  "variants": [
    {
      "css": {
        "background": "rgba(0, 0, 0, 0)",
        "color": "rgba(0, 0, 0, 0.56)",
        "padding": "0px 0px 0px 0px",
        "borderRadius": "0px",
        "border": "0px none rgba(0, 0, 0, 0.56)",
        "fontSize": "12px",
        "fontWeight": "400"
      },
      "instanceCount": 1
    }
  ]
}
```