디자인 시스템 갤러리 Target

Target

Target Red 과녁 로고 + 깨끗한 흰 커머스 캔버스 + 밝고 대담한 시즌 캠페인

서양이커머스소비자라이프스타일따뜻한modern-minimal고딕comfortablesoftflat라이트한글 지원출시 1962개정 2023

갤러리에서 열기 — 적용 예시 · 가이드 다운로드

Brand DNA

브랜드 DNA

  • 브랜드명: Target
  • 한 줄 정체성: 미국의 디자인 친화 백화점 — Walmart보다 트렌디한 PB·라이프스타일
  • 공식 디자인 철학: "Expect more. Pay less." — 깨끗한 미니멀과 라이프스타일 사진
  • 시그니처 요소 1개: Target Red(#CC0000) 과녁 로고 + 깨끗한 흰 커머스 캔버스 + 색면이 대담한 시즌 캠페인. Walmart의 옐로 Spark·블루와 확실히 구분되는 단일 빨강 중심의 리테일 인상

Tone & Mood

톤 & 무드

  • 핵심 키워드 3개: 과녁로고, 깔끔미니멀, 라이프스타일
  • 무드 설명: 흰 캔버스와 얇은 회색 보더 위에서 빨강을 로고·딜·Target Circle에 집중한다. 시즌 캠페인은 밝은 색면과 친근한 상품 비주얼을 크게 쓰고, Threshold·Goodfellow·Cat & Jack 같은 PB가 라이프스타일 톤을 만든다.
  • 비주얼 스타일: 모던 미니멀
  • 밀도(Density): Comfortable
  • 모서리 성향: Soft (4~6px)
  • 평면성: Flat

Color System

컬러 시스템 (CSS 변수)

:root {
  /* Primary - Target Red */
  --color-primary-50:  #FCE7E7;
  --color-primary-100: #F7BFBF;
  --color-primary-200: #F09090;
  --color-primary-300: #EA5F5F;
  --color-primary-400: #E03030;
  --color-primary-500: #CC0000;   /* Target Red */
  --color-primary-600: #B30000;
  --color-primary-700: #8C0000;
  --color-primary-800: #660000;
  --color-primary-900: #400000;

  /* Secondary - sage / khaki (라이프스타일 톤) */
  --color-secondary-500: #738571;

  /* Neutral */
  --color-neutral-0:    #FFFFFF;
  --color-neutral-50:   #FAFAFA;
  --color-neutral-100:  #F4F4F4;
  --color-neutral-200:  #EEEEEE;
  --color-neutral-300:  #D9D9D9;
  --color-neutral-500:  #888888;
  --color-neutral-700:  #555555;
  --color-neutral-800:  #333333;
  --color-neutral-900:  #1A1A1A;
  --color-neutral-1000: #000000;

  /* Semantic */
  --color-success-bg: #E4F4E8;
  --color-success-fg: #0E6E2E;     /* Target Circle 절약 */
  --color-warning-bg: #FFF8E0;
  --color-warning-fg: #8C6A00;
  --color-error-bg:   #FCE0E0;
  --color-error-fg:   #CC0000;
  --color-info-bg:    #E8F0FB;
  --color-info-fg:    #2C70BE;

  /* Surface */
  --bg-base:     #FFFFFF;
  --bg-subtle:   #FAFAFA;
  --bg-elevated: #FFFFFF;
  --bg-overlay:  rgba(26,26,26,0.50);

  /* Text */
  --text-primary:    #333333;
  --text-secondary:  #555555;
  --text-tertiary:   #888888;
  --text-on-primary: #FFFFFF;
  --text-disabled:   #D9D9D9;

  /* Border */
  --border-default: #EEEEEE;
  --border-subtle:  #F4F4F4;
  --border-strong:  #D9D9D9;
  --border-focus:   #CC0000;
}

Typography

타이포그래피

  • 폰트 페어링:
    • 영문: Helvetica Now (Target 표준) / Helvetica Neue 폴백
    • 한글: Pretendard / Noto Sans KR
  • 위계:
    • Display: 48px / 700 / 1.1 / -0.015em
    • H1: 28px / 700 / 1.2 / -0.01em
    • H2: 20px / 700 / 1.3 / -0.005em
    • H3: 16px / 700 / 1.35 / 0
    • Body Large: 15px / 400 / 1.5 / 0
    • Body: 14px / 400 / 1.45 / 0
    • Body Small: 12px / 500 / 1.4 / 0
    • Caption: 11px / 600 / 1.3 / 0.02em

Spacing

스페이싱

  • Base unit: 4px
  • 토큰: ``css --space-xs: 4px; --space-sm: 8px; --space-md: 16px; --space-lg: 24px; --space-xl: 32px; --space-2xl: 48px; --space-3xl: 64px; ``
  • Container: max-width 1340px, 좌우 패딩 24px

Border Radius

Border Radius

--radius-none: 0;
--radius-sm: 2px;
--radius-md: 6px;
--radius-lg: 12px;
--radius-xl: 20px;
--radius-full: 9999px;

Shadow / Elevation

Shadow / Elevation

--shadow-none: none;
--shadow-sm: 0 1px 2px rgba(0,0,0,0.06);
--shadow-md: 0 4px 12px rgba(0,0,0,0.08);
--shadow-lg: 0 12px 28px rgba(0,0,0,0.10);

Iconography

Iconography

  • 스타일: Outline (얇은 선)
  • Stroke 굵기: 1.5px
  • 모서리 처리: Round
  • 추천 라이브러리: Phosphor / Lucide

Component Guide

컴포넌트 가이드

Button

.btn { font: 700 14px/1 'Helvetica Now', Helvetica, sans-serif; border-radius: 9999px; padding: 12px 22px; border: 0; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; transition: background 200ms ease; }
.btn-primary { background: var(--color-primary-500); color: var(--text-on-primary); }
.btn-primary:hover { background: var(--color-primary-600); }
.btn-secondary { background: #fff; color: var(--text-primary); border: 1.5px solid var(--text-primary); }
.btn-secondary:hover { background: var(--bg-subtle); }
.btn-ghost { background: transparent; color: var(--color-primary-500); }
.btn-danger { background: var(--color-error-fg); color: #fff; }
.btn-circle-card { background: var(--color-primary-500); color: #fff; }
.btn-add-to-cart { background: var(--color-primary-500); color: #fff; }

Input

.input { background: #fff; border: 1px solid var(--border-strong); border-radius: 6px; padding: 11px 14px 11px 42px; color: var(--text-primary); font: 400 14px/1.3 inherit; }
.input::placeholder { color: var(--text-tertiary); }
.input:focus { outline: none; border-color: var(--color-primary-500); box-shadow: 0 0 0 2px rgba(204,0,0,0.15); }

Card (Product)

.product { background: #fff; border-radius: 6px; padding: 0; cursor: pointer; transition: box-shadow 200ms ease; border: 1px solid transparent; }
.product:hover { box-shadow: var(--shadow-md); border-color: var(--border-default); }
.product .img { aspect-ratio: 1; background: linear-gradient(135deg, #F4F4F4, #fff); border-radius: 6px 6px 0 0; position: relative; }
.product .img .sale { position: absolute; left: 8px; top: 8px; background: var(--color-primary-500); color: #fff; font: 700 11px/1 inherit; padding: 4px 8px; border-radius: 2px; letter-spacing: 0.02em; }
.product .img .heart { position: absolute; right: 8px; top: 8px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.95); display: grid; place-items: center; font-size: 14px; color: var(--text-secondary); }
.product .body { padding: 12px 12px 16px; }
.product .price { font: 700 18px/1 inherit; color: var(--color-primary-500); }
.product .price .old { font: 500 12px/1 inherit; color: var(--text-tertiary); text-decoration: line-through; margin-left: 6px; font-weight: 500; }
.product .name { font: 500 14px/1.4 inherit; color: var(--text-primary); margin: 6px 0; height: 38px; overflow: hidden; }
.product .stars { font: 500 12px/1 inherit; color: var(--text-tertiary); }
.product .stars .star { color: var(--color-primary-500); }
.product .save { font: 700 11px/1 inherit; color: var(--color-success-fg); margin-top: 6px; }
.card { background: #fff; border: 1px solid var(--border-default); border-radius: 6px; padding: 20px; }

Badge / Tag

.tag { padding: 3px 8px; border-radius: 2px; font: 700 11px/1.4 inherit; letter-spacing: 0.04em; text-transform: uppercase; }
.tag-sale       { background: var(--color-primary-500); color: #fff; }
.tag-new        { background: #fff; color: var(--color-primary-500); border: 1px solid var(--color-primary-500); }
.tag-circle     { background: var(--color-success-bg); color: var(--color-success-fg); }
.tag-pickup     { background: var(--color-primary-50); color: var(--color-primary-700); }
.tag-only-at-target { background: var(--color-primary-500); color: #fff; }

Navigation (Top bar)

.topbar { background: #fff; border-bottom: 1px solid var(--border-default); padding: 14px 24px; display: flex; align-items: center; gap: 22px; }
.topbar .brand { display: flex; align-items: center; gap: 8px; font: 700 24px/1 inherit; color: var(--color-primary-500); }
.topbar .brand .logo { width: 32px; height: 32px; border-radius: 50%; background: var(--color-primary-500); position: relative; }
.topbar .brand .logo::before, .topbar .brand .logo::after { content:''; position: absolute; left: 50%; top: 50%; border-radius: 50%; background: #fff; transform: translate(-50%,-50%); }
.topbar .brand .logo::before { width: 20px; height: 20px; }
.topbar .brand .logo::after { width: 10px; height: 10px; background: var(--color-primary-500); }
.topbar .search { flex: 1; max-width: 700px; }
.topbar .right { display: flex; gap: 22px; align-items: center; font: 500 13px/1 inherit; color: var(--text-secondary); }

Motion

Motion

--duration-fast: 150ms;
--duration-base: 250ms;
--duration-slow: 400ms;
--ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
--ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);

Anti-patterns

Anti-patterns

1. 빨강 단일 액센트 외 강조색 추가 금지 2. 과녁(bullseye) 로고 형태 변형 금지 3. 카드 sharp 직각 사용 금지 — 6px Soft Round 4. 다크 모드 캔버스 사용 금지 5. 상품 정보만 빽빽하게 나열해 시즌 캠페인의 밝고 친근한 라이프스타일 맥락을 잃지 않기

Sources

출처

  1. https://www.target.com/
  2. https://corporate.target.com/