Colors
19개 시맨틱 색상 토큰
모든 색상은 HSL 형식으로 정의되어 있으며, 라이트/다크 모드에 따라 자동으로 전환됩니다. Tailwind 클래스를 사용하면 테마 전환을 자동으로 지원합니다.
색상 미리보기
background
foreground
card
card-foreground
popover
popover-foreground
primary
primary-foreground
secondary
secondary-foreground
muted
muted-foreground
accent
accent-foreground
destructive
destructive-foreground
border
input
ring
토큰 목록
| Token | CSS Variable | Tailwind Class |
|---|---|---|
background | --background | bg-background |
foreground | --foreground | text-foreground |
card | --card | bg-card |
card-foreground | --card-foreground | text-card-foreground |
popover | --popover | bg-popover |
popover-foreground | --popover-foreground | text-popover-foreground |
primary | --primary | bg-primary |
primary-foreground | --primary-foreground | text-primary-foreground |
secondary | --secondary | bg-secondary |
secondary-foreground | --secondary-foreground | text-secondary-foreground |
muted | --muted | bg-muted |
muted-foreground | --muted-foreground | text-muted-foreground |
accent | --accent | bg-accent |
accent-foreground | --accent-foreground | text-accent-foreground |
destructive | --destructive | bg-destructive |
destructive-foreground | --destructive-foreground | text-destructive-foreground |
border | --border | border-border |
input | --input | border-input |
ring | --ring | ring-ring |