뉴트럴 모던 디자인 시스템.

뉴트럴 모던 디자인 시스템 — 깔끔하고 제품 중심적인 기본 스타일. 특정 분위기가 필요하지 않을 때 사용 — B2B 도구, 대시보드, 유틸리티 페이지에 적합합니다.

실제 적용 모습 보기

동일한 디자인 토큰을 웹사이트, 앱, 슬라이드, 포스터 등 다양한 아티팩트 종류에 적용한 모습입니다. 스크린샷이 아니라 이 시스템으로 다시 스킨을 입힌 오리지널 목업입니다.

웹사이트
슬라이드
포스터

디자인 토큰

Open Design 토큰 규약을 따르는 56개의 토큰 — agent가 어떤 아티팩트든 테마를 입힐 때 읽는 것과 동일한, 구조화된 팔레트, 타입, 간격, 모션 값입니다.

서피스

  • --bg #fafafa
  • --surface #ffffff
  • --surface-warm var(--surface)

텍스트

  • --fg #111111
  • --fg-2 var(--fg)
  • --muted #6b6b6b
  • --meta var(--muted)

테두리

  • --border #e5e5e5
  • --border-soft var(--border)

액센트

  • --accent #2f6feb
  • --accent-on #ffffff
  • --accent-hover color-mix(in oklab, var(--accent), black 8%)
  • --accent-active color-mix(in oklab, var(--accent), black 14%)

시맨틱

  • --success #17a34a
  • --warn #eab308
  • --danger #dc2626

타이포그래피

  • --font-display "Inter", -apple-system, system-ui, sans-serif
  • --font-body "Inter", -apple-system, system-ui, sans-serif
  • --font-mono ui-monospace, "JetBrains Mono", monospace

타입 스케일

  • --text-xs 12px
  • --text-sm 14px
  • --text-base 16px
  • --text-lg 20px
  • --text-xl 24px
  • --text-2xl 32px
  • --text-3xl 48px
  • --text-4xl 64px
  • --leading-body 1.5
  • --leading-tight 1.2
  • --tracking-display -0.01em

간격

  • --space-1 4px
  • --space-2 8px
  • --space-3 12px
  • --space-4 16px
  • --space-5 20px
  • --space-6 24px
  • --space-8 32px
  • --space-12 48px
  • --section-y-desktop 80px
  • --section-y-tablet 48px
  • --section-y-phone 32px

모서리 반경

  • --radius-sm 8px
  • --radius-md 12px
  • --radius-lg 16px
  • --radius-pill 9999px

엘리베이션

  • --elev-flat none
  • --elev-ring 0 0 0 1px var(--border)
  • --elev-raised 0 2px 8px color-mix(in oklab, var(--fg), transparent 92%)

포커스

  • --focus-ring 0 0 0 3px color-mix(in oklab, var(--accent), transparent 70%)

모션

  • --motion-fast 150ms
  • --motion-base 200ms
  • --ease-standard cubic-bezier(0.2, 0, 0, 1)

레이아웃

  • --container-max 1200px
  • --container-gutter-desktop 24px
  • --container-gutter-tablet 16px
  • --container-gutter-phone 12px

Neutral Modern

Category: Starter A clean, product-oriented default. Use when the brief doesn’t call for a specific mood — good for B2B tools, dashboards, and utility pages.

Visual Theme & Atmosphere

Calm, functional, quietly confident. No ornament. Content-first, chrome-second.

Color Palette & Roles

  • Background: #FAFAFA
  • Foreground: #111111
  • Accent: #2F6FEB (cobalt) — primary CTAs, links, one hero element per screen
  • Muted: #6B6B6B — secondary text, captions
  • Border: #E5E5E5
  • Surface: #FFFFFF — cards, modals
  • Success: #17A34A, Warn: #EAB308, Danger: #DC2626 Never pure black; never pure white for backgrounds.

Typography Rules

  • Display / headings: 'Inter', -apple-system, system-ui, sans-serif, weight 600
  • Body: 'Inter', -apple-system, system-ui, sans-serif, weight 400
  • Mono: ui-monospace, 'JetBrains Mono', monospace
  • Scale (px): 12 · 14 · 16 · 20 · 24 · 32 · 48 · 64
  • Line-height: 1.5 for body, 1.2 for headings
  • Letter-spacing: -0.01em on display sizes ≥32px

Component Stylings

  • Buttons: 8px radius, 10px padding-block, 16px padding-inline. Primary = cobalt fill, white label. Secondary = 1px border, transparent fill.
  • Cards: white, 1px border, 12px radius, 20px internal padding, no shadow by default.
  • Inputs: 1px border, 8px radius, 10px vertical padding, cobalt border on focus.
  • Links: cobalt, no underline, underline on hover.

Layout Principles

  • 12-column grid, 1200px max-width, 24px gutters.
  • Hero: 40–60vh. Content top-biased, never centered vertically.
  • Sections: 80px top+bottom spacing desktop, 48px tablet, 32px phone.
  • Use whitespace as the main separator. Dividers only between unrelated top-level sections.

Depth & Elevation

Two levels only:

  • Flat (0): default.
  • Raised (1): dropdowns, modals, floating buttons. 2px y-offset, 8px blur, foreground at 8% opacity. No neumorphism, no glassmorphism.

Do’s and Don’ts

  • ✅ Let whitespace do the work.
  • ✅ One accent element per screen.
  • ✅ Sentence-case headings by default; title case only for brand names.
  • ❌ No gradients (except the accent → accent-at-80% on a hero, sparingly).
  • ❌ No drop shadows on inputs.
  • ❌ No more than three type sizes on one screen.

Responsive Behavior

  • Desktop ≥ 1024px: 12-col grid.
  • Tablet 640–1023px: 8-col grid, 16px gutters.
  • Phone < 640px: 4-col grid, 12px gutters; hero drops to 40vh.

Agent Prompt Guide

  • When in doubt, subtract. Fewer boxes, less chrome, more space.
  • Use the accent color sparingly — at most one hero accent and one CTA accent per screen.
  • Do not invent hex values outside this palette. If the request needs one, surface a warning comment in the artifact and use the closest existing token.
모드
design-system
장면
design
서피스
web
Manifest ID
design-system-default

태그

  • design-system
  • first-party
  • design
  • starter

Open Design 데스크톱

하나의 디자인 시스템으로 모든 결과물에 브랜드 일관성을

완전한 Vibe Design Workspace에서 하나의 브랜드 규칙을 웹사이트, 슬라이드, 인터랙티브 프로토타입, 대시보드, 이미지, HTML 영상에 적용하세요. 로컬 Codex, Claude Code, Cursor 등을 연결해 무료로 제작할 수 있습니다.

  • 웹, 슬라이드, 프로토타입, 대시보드, 이미지, 영상
  • 140개+ 디자인 시스템과 전체 템플릿·스킬 라이브러리
  • 로컬 Codex 및 21개+ 코딩 에이전트 연결 · 무료
무료 다운로드

macOS, Windows, Linux 지원