Frame di design

12 sistemi di design pronti. Ogni frame definisce tipografia, colori, spaziatura e movimento.

Frame di design 1

ID: biennale-yellow

Frame di design 2

ID: blockframe

Frame di design 3

ID: blue-professional

Frame di design 4

ID: bold-poster

Frame di design 5

ID: broadside

Frame di design 6

ID: capsule

Frame di design 7

ID: cartesian

Frame di design 8

ID: cobalt-grid

Frame di design 9

ID: coral

Frame di design 10

ID: creative-mode

Frame di design 11

ID: daisy-days

Frame di design 12

ID: editorial-forest

json
// Frame example: Bold Poster
{
  "frame": "bold-poster",
  "tokens": {
    "color": {
      "background": "{{palette.background}}",
      "foreground": "{{palette.foreground}}",
      "accent": "{{palette.accent}}",
      "muted": "{{palette.muted}}"
    },
    "typography": {
      "display": { "fontFamily": "Inter", "fontWeight": 800, "fontSize": "8vmin" },
      "heading": { "fontFamily": "Inter", "fontWeight": 700, "fontSize": "5vmin" },
      "body": { "fontFamily": "Inter", "fontWeight": 400, "fontSize": "2.8vmin" }
    }
  }
}