Neumorphism
Depth through light and shadow only. Every element shares the same surface color.
오직 빛과 그림자로만 깊이를 표현합니다. 모든 요소가 같은 표면 색상을 공유합니다.
光と影だけで深度を表現。すべての要素が同じ表面色を共有します。
Music Player
뮤직 플레이어
ミュージックプレーヤー
Soft Horizons
The Neumorphs
1:472:51
Volume볼륨音量
72%
Smart Home
스마트 홈
スマートホーム
22°
65%
Living Room
거실
リビング
Bedroom
침실
寝室
Kitchen
주방
キッチン
Weather
날씨
天気
24°
Partly Cloudy
구름 조금
晴れ時々曇り
48%
Humidity
습도
湿度
12 km/h
Wind
바람
風速
UV 3
Index
자외선
指数
Clock
시계
時計
10:24
Wednesday, March 6
수요일, 3월 6일
水曜日、3月6日
Progress
진행률
進捗
72%
CPU
50%
RAM
27%
Disk
디스크
ディスク
Download다운로드ダウンロード
83%
Upload업로드アップロード
41%
Form Elements
폼 요소
フォーム要素
Statistics
통계
統計
1,284
Users
사용자
ユーザー
96.7%
Uptime
가동률
稼働率
3.2s
Avg Load
평균 로딩
平均読込
Shadow Depth Palette
그림자 깊이 팔레트
シャドウ深度パレット
One color, four depths — all #e0e5ec
하나의 색상, 네 가지 깊이 — 모두 #e0e5ec
1色、4つの深度 — すべて #e0e5ec
Flat
Raised
Concave
Convex
AI Request Prompt
Design a landing page in Neumorphism style — monochromatic surfaces where depth comes entirely from light and shadow embossing on a single background color. COLOR TOKENS: --bg: #e0e5ec --text: #344055 --text-muted: #8a96a8 --accent: #1a73e8 --shadow-dark: rgba(163,177,198,0.6) --shadow-light: rgba(255,255,255,0.5) No other colors. Background, cards, and buttons all use #e0e5ec. TYPOGRAPHY: Font family: 'Poppins', sans-serif. Weights: 300 (light), 400 (regular), 600 (semibold). h1: font-weight: 600, font-size: clamp(2.5rem, 5vw, 4rem), letter-spacing: -0.02em. h2: text-transform: uppercase, font-size: 1.1rem, letter-spacing: 2px, color: #8a96a8. Body: font-size: 1.2rem, color: #8a96a8. Panel text: font-size: 0.9rem. UI: Hero section: background #e0e5ec, border-radius: 40px, padding: 50px, text-align: center. Inset panels: background #e0e5ec, border-radius: 20px, padding: 30px, text-align: left. Buttons: background #e0e5ec, border-radius: 30px, padding: 10px 20px (nav) / 15px 40px (CTA), font-weight: 600, color: #1a73e8. No visible borders on any element. LAYOUT: Page container: width: min(1000px, 92vw), margin: 0 auto, padding: 40px 0 80px. Panel grid: display: grid, grid-template-columns: 1fr 1fr, gap: 40px, margin-top: 40px. SHADOW SYSTEM (critical — the only depth mechanism): Raised (convex): 10px 10px 20px rgba(163,177,198,0.6), -10px -10px 20px rgba(255,255,255,0.5). Inset (concave): inset 8px 8px 16px rgba(163,177,198,0.6), inset -8px -8px 16px rgba(255,255,255,0.5). Button raised: 6px 6px 12px rgba(163,177,198,0.6), -6px -6px 12px rgba(255,255,255,0.5). Button active (pressed): inset 4px 4px 8px rgba(163,177,198,0.6), inset -4px -4px 8px rgba(255,255,255,0.5). MOTION: Button hover: slight scale increase, transition: 0.2s. Button :active: switches from raised to inset shadow + transform: translateY(2px), transition: 0.2s. No other animations. RESPONSIVE: ≤768px: panel grid collapses to grid-template-columns: 1fr (single column). ≥1000px: page width caps at 1000px, 2-column panel grid maintained. FORBIDDEN: - border property on any element (depth from box-shadow only) - Colorful or gradient backgrounds (monochromatic #e0e5ec only) - Dark mode or dark backgrounds - Visible outlines or dividers - Drop shadows with color tints OUTPUT: 1) CSS custom properties for raised/inset shadow pairs and color tokens 2) Hero section (centered) + inset panel grid (2 columns) + button set 3) Single-file HTML/CSS with responsive support
Neumorphism 스타일의 랜딩 페이지를 디자인해줘 — 단일 배경색 위에서 빛과 그림자 엠보싱으로만 깊이감을 표현하는 단색 표면. 색상 토큰: --bg: #e0e5ec --text: #344055 --text-muted: #8a96a8 --accent: #1a73e8 --shadow-dark: rgba(163,177,198,0.6) --shadow-light: rgba(255,255,255,0.5) 다른 색상 사용 금지. 배경, 카드, 버튼 모두 #e0e5ec 사용. 타이포그래피: 폰트: 'Poppins', sans-serif. 웨이트: 300 (light), 400 (regular), 600 (semibold). h1: font-weight: 600, font-size: clamp(2.5rem, 5vw, 4rem), letter-spacing: -0.02em. h2: text-transform: uppercase, font-size: 1.1rem, letter-spacing: 2px, color: #8a96a8. 본문: font-size: 1.2rem, color: #8a96a8. 패널 텍스트: font-size: 0.9rem. UI: 히어로 섹션: background #e0e5ec, border-radius: 40px, padding: 50px, text-align: center. 인셋 패널: background #e0e5ec, border-radius: 20px, padding: 30px, text-align: left. 버튼: background #e0e5ec, border-radius: 30px, padding: 10px 20px (내비) / 15px 40px (CTA), font-weight: 600, color: #1a73e8. 어떤 요소에도 보이는 보더 없음. 레이아웃: 페이지 컨테이너: width: min(1000px, 92vw), margin: 0 auto, padding: 40px 0 80px. 패널 그리드: display: grid, grid-template-columns: 1fr 1fr, gap: 40px, margin-top: 40px. 그림자 시스템 (핵심 — 유일한 깊이감 메커니즘): 양각(볼록): 10px 10px 20px rgba(163,177,198,0.6), -10px -10px 20px rgba(255,255,255,0.5). 음각(오목): inset 8px 8px 16px rgba(163,177,198,0.6), inset -8px -8px 16px rgba(255,255,255,0.5). 버튼 양각: 6px 6px 12px rgba(163,177,198,0.6), -6px -6px 12px rgba(255,255,255,0.5). 버튼 active(눌림): inset 4px 4px 8px rgba(163,177,198,0.6), inset -4px -4px 8px rgba(255,255,255,0.5). 모션: 버튼 hover: 살짝 확대, transition: 0.2s. 버튼 :active: 양각에서 음각 그림자로 전환 + transform: translateY(2px), transition: 0.2s. 다른 애니메이션 없음. 반응형: ≤768px: 패널 그리드 grid-template-columns: 1fr (1열)로 전환. ≥1000px: 페이지 폭 1000px 고정, 2열 패널 그리드 유지. 금지사항: - 어떤 요소에도 border 속성 사용 (깊이감은 box-shadow로만) - 컬러풀하거나 그라데이션 배경 (단색 #e0e5ec만 허용) - 다크 모드 또는 어두운 배경 - 보이는 외곽선이나 구분선 - 색조가 있는 드롭 섀도우 출력: 1) 양각/음각 그림자 쌍과 색상 토큰을 위한 CSS 커스텀 속성 2) 히어로 섹션(중앙 정렬) + 인셋 패널 그리드(2열) + 버튼 세트 3) 반응형 대응이 포함된 단일 HTML/CSS 파일
Neumorphismスタイルのランディングページをデザインしてください — 単一の背景色の上で光と影のエンボス加工のみで深度を表現するモノクロマティックな表面。 カラートークン: --bg: #e0e5ec --text: #344055 --text-muted: #8a96a8 --accent: #1a73e8 --shadow-dark: rgba(163,177,198,0.6) --shadow-light: rgba(255,255,255,0.5) 他の色は使用禁止。背景、カード、ボタンすべて#e0e5ecを使用。 タイポグラフィ: フォント: 'Poppins', sans-serif。ウェイト: 300 (light), 400 (regular), 600 (semibold)。 h1: font-weight: 600, font-size: clamp(2.5rem, 5vw, 4rem), letter-spacing: -0.02em。 h2: text-transform: uppercase, font-size: 1.1rem, letter-spacing: 2px, color: #8a96a8。 本文: font-size: 1.2rem, color: #8a96a8。 パネルテキスト: font-size: 0.9rem。 UI: ヒーローセクション: background #e0e5ec, border-radius: 40px, padding: 50px, text-align: center。 インセットパネル: background #e0e5ec, border-radius: 20px, padding: 30px, text-align: left。 ボタン: background #e0e5ec, border-radius: 30px, padding: 10px 20px (ナビ) / 15px 40px (CTA), font-weight: 600, color: #1a73e8。 いかなる要素にも可視のボーダーなし。 レイアウト: ページコンテナ: width: min(1000px, 92vw), margin: 0 auto, padding: 40px 0 80px。 パネルグリッド: display: grid, grid-template-columns: 1fr 1fr, gap: 40px, margin-top: 40px。 シャドウシステム(重要 — 唯一の深度メカニズム): 凸(浮き出し): 10px 10px 20px rgba(163,177,198,0.6), -10px -10px 20px rgba(255,255,255,0.5)。 凹(くぼみ): inset 8px 8px 16px rgba(163,177,198,0.6), inset -8px -8px 16px rgba(255,255,255,0.5)。 ボタン凸: 6px 6px 12px rgba(163,177,198,0.6), -6px -6px 12px rgba(255,255,255,0.5)。 ボタンactive(押下): inset 4px 4px 8px rgba(163,177,198,0.6), inset -4px -4px 8px rgba(255,255,255,0.5)。 モーション: ボタンhover: わずかに拡大、transition: 0.2s。 ボタン:active: 凸から凹シャドウに切り替え + transform: translateY(2px), transition: 0.2s。 他のアニメーションなし。 レスポンシブ: ≤768px: パネルグリッドがgrid-template-columns: 1fr(1列)に変更。 ≥1000px: ページ幅1000px固定、2列パネルグリッド維持。 禁止事項: - いかなる要素にもborderプロパティ(深度はbox-shadowのみ) - カラフルまたはグラデーション背景(モノクロマティック#e0e5ecのみ) - ダークモードまたは暗い背景 - 可視のアウトラインや仕切り線 - 色調のあるドロップシャドウ 出力: 1) 凸/凹シャドウペアとカラートークンのCSSカスタムプロパティ 2) ヒーローセクション(中央揃え)+ インセットパネルグリッド(2列)+ ボタンセット 3) レスポンシブ対応を含む単一HTML/CSSファイル