디자인 프레임
12 미리 구성된 디자인 시스템입니다. 각 프레임은 타이포그래피, 색상, 간격, 모션 규칙을 정의합니다.
디자인 프레임 1
ID: biennale-yellow
디자인 프레임 2
ID: blockframe
디자인 프레임 3
ID: blue-professional
디자인 프레임 4
ID: bold-poster
디자인 프레임 5
ID: broadside
디자인 프레임 6
ID: capsule
디자인 프레임 7
ID: cartesian
디자인 프레임 8
ID: cobalt-grid
디자인 프레임 9
ID: coral
디자인 프레임 10
ID: creative-mode
디자인 프레임 11
ID: daisy-days
디자인 프레임 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" }
}
}
}