CLAY AURORA
Soft, puffy 3D clay elements floating under a shimmering northern lights sky. Claymorphism's rounded, tactile surfaces meet Aurora Gradient's luminous color flows -- like colorful Play-Doh toys arranged on a table under the aurora borealis.
부드럽고 통통한 3D 클레이 요소들이 반짝이는 오로라 하늘 아래 떠 있습니다. 클레이모피즘의 둥글고 촉감 있는 표면과 오로라 그라디언트의 발광 색상 흐름이 만납니다 -- 마치 오로라 아래 테이블에 놓인 컬러풀한 점토 장난감처럼.
やわらかくぷっくりとした3Dクレイ要素がきらめくオーロラの空の下に浮かんでいます。クレイモーフィズムの丸みのある触感的な表面とオーロラグラデーションの発光カラーフローが出会います -- まるでオーロラの下のテーブルに並べられたカラフルな粘土のおもちゃのように。
AI Request Prompt
Design a landing page in Clay Aurora fusion style -- combining Claymorphism's puffy 3D surfaces with Aurora Gradient's luminous flowing colors. Think: colorful Play-Doh toys under the northern lights.
COLOR TOKENS:
--bg: #1a1030 (deep aurora purple-dark)
--surface: #2a1f45 (slightly lighter clay surface)
--text: #f0eaff (light lavender)
--aurora-1: #38b6ff (blue)
--aurora-2: #7b5ea7 (purple)
--aurora-3: #56d991 (green)
--aurora-4: #ff6b9d (pink)
--clay-shadow: rgba(0,0,0,0.3)
No other colors.
TYPOGRAPHY:
- Headings: 'Nunito', sans-serif -- font-weight: 800 | 900 (rounded, playful for clay)
- Body: 'Inter', sans-serif -- font-weight: 400 | 500
- Hero h1: clamp(2rem, 5.5vw, 3.6rem), gradient text with aurora colors
- Body text: line-height: 1.75, color: rgba(240,234,255,0.82)
UI - CLAY ELEMENTS:
- All clay elements: border-radius 24-32px
- Clay shadow recipe: box-shadow 12px 12px 24px rgba(0,0,0,0.3), -6px -6px 18px rgba(123,94,167,0.15), inset 0 2px 4px rgba(255,255,255,0.08)
- Clay hover: translateY(-3px) with enhanced shadows
- Clay balls: radial-gradient(circle at 35% 30%, highlight, base-color, dark-variant), 50% border-radius
- Clay buttons: squish on hover (scale 0.96), aurora glow on active (box-shadow with aurora color)
- Clay toggles: inset shadows for track, radial gradient knobs with aurora colors
- Clay progress bars: inset shadow tracks, aurora gradient fills with inner highlight
UI - AURORA BACKGROUND:
- Fixed aurora layer with 2 pseudo-element blur orbs (filter: blur(120px))
- ::before: 600x350px, linear-gradient(135deg, blue+purple), drift animation 14s
- ::after: 500x400px, linear-gradient(225deg, pink+green), drift reversed
- Mid-orb: 400x300px, radial-gradient(green, transparent), pulse animation 10s
LAYOUT:
- Page wrapper: width min(1060px, 92vw), margin 0 auto, z-index 1
- Card grid: display grid, repeat(auto-fit, minmax(240px, 1fr)), gap 16px
- Depth panels: 3-column grid showing elevation levels
MOTION:
- @keyframes auroraDrift: translate(0,0) scale(1) to translate(50px,25px) scale(1.15), 14s alternate
- @keyframes auroraPulse: opacity 0.4 scale(1) to opacity 0.7 scale(1.2), 10s alternate
- @keyframes shimmer: background-position 0% to 100%, 6s infinite
- @keyframes charBob: translateY(0) to translateY(-6px), 3s infinite (clay character bounce)
- Clay hover transitions: transform 0.3s, box-shadow 0.3s
- Button squish: transform 0.15s
RESPONSIVE:
- Mobile (<=600px): card grid and depth panels stack to single column
- Desktop: max-width 1060px, multi-column grids
FORBIDDEN:
- Flat, non-elevated surfaces -- every clay element needs shadow depth
- Sharp corners less than 14px border-radius
- Bright white backgrounds -- stay dark with aurora glow only
- Static aurora -- background orbs must animate continuously
- Thin, flat shadows -- clay needs multi-layer box-shadow (outer + inner highlight)
OUTPUT:
1) Aurora background layer with drift/pulse animations
2) Clay component library: balls, cards, buttons, toggles, progress bars
3) Clay character figure made of CSS shapes
4) Full single-file HTML/CSS with all keyframe animations
Clay Aurora 퓨전 스타일의 랜딩 페이지를 디자인해줘 -- 클레이모피즘의 통통한 3D 표면과 오로라 그라디언트의 발광 흐르는 색상을 결합한 스타일. 오로라 아래 컬러풀한 점토 장난감을 떠올려.
색상 토큰:
--bg: #1a1030 (짙은 오로라 보라-다크)
--surface: #2a1f45 (약간 밝은 클레이 표면)
--text: #f0eaff (밝은 라벤더)
--aurora-1: #38b6ff (블루)
--aurora-2: #7b5ea7 (퍼플)
--aurora-3: #56d991 (그린)
--aurora-4: #ff6b9d (핑크)
--clay-shadow: rgba(0,0,0,0.3)
이 외 색상 사용 금지.
타이포그래피:
- 헤딩: 'Nunito', sans-serif -- font-weight: 800 | 900 (둥글고 장난스러운 클레이풍)
- 본문: 'Inter', sans-serif -- font-weight: 400 | 500
- 히어로 h1: clamp(2rem, 5.5vw, 3.6rem), 오로라 색상 그라디언트 텍스트
- 본문 텍스트: line-height: 1.75, color: rgba(240,234,255,0.82)
UI - 클레이 요소:
- 모든 클레이 요소: border-radius 24-32px
- 클레이 그림자 레시피: box-shadow 12px 12px 24px rgba(0,0,0,0.3), -6px -6px 18px rgba(123,94,167,0.15), inset 0 2px 4px rgba(255,255,255,0.08)
- 클레이 호버: translateY(-3px)과 강화된 그림자
- 클레이 볼: radial-gradient(circle at 35% 30%, 하이라이트, 베이스색, 다크변형), 50% border-radius
- 클레이 버튼: 호버 시 찌그러짐 (scale 0.96), 활성 시 오로라 글로우
- 클레이 토글: 트랙에 inset 그림자, 오로라 색상 그라디언트 노브
- 클레이 프로그레스 바: inset 그림자 트랙, 오로라 그라디언트 필과 내부 하이라이트
UI - 오로라 배경:
- 고정 오로라 레이어에 2개 가상 요소 블러 오브 (filter: blur(120px))
- ::before: 600x350px, linear-gradient(135deg, 블루+퍼플), 14s 드리프트 애니메이션
- ::after: 500x400px, linear-gradient(225deg, 핑크+그린), 역방향 드리프트
- 중간 오브: 400x300px, radial-gradient(그린, transparent), 10s 펄스 애니메이션
레이아웃:
- 페이지 래퍼: width min(1060px, 92vw), margin 0 auto, z-index 1
- 카드 그리드: display grid, repeat(auto-fit, minmax(240px, 1fr)), gap 16px
- 깊이 패널: 3열 그리드로 엘리베이션 레벨 표시
모션:
- @keyframes auroraDrift: translate(0,0) scale(1) ~ translate(50px,25px) scale(1.15), 14s alternate
- @keyframes auroraPulse: opacity 0.4 scale(1) ~ opacity 0.7 scale(1.2), 10s alternate
- @keyframes shimmer: background-position 0% ~ 100%, 6s infinite
- @keyframes charBob: translateY(0) ~ translateY(-6px), 3s infinite (클레이 캐릭터 바운스)
- 클레이 호버 전환: transform 0.3s, box-shadow 0.3s
- 버튼 찌그러짐: transform 0.15s
반응형:
- 모바일 (<=600px): 카드 그리드, 깊이 패널 1열 스택
- 데스크톱: max-width 1060px, 다열 그리드
금지사항:
- 평평하고 입체감 없는 표면 -- 모든 클레이 요소에 그림자 깊이감 필수
- 14px 미만의 뾰족한 모서리
- 밝은 흰색 배경 -- 어두운 오로라 글로우만
- 정적 오로라 -- 배경 오브 연속 애니메이션 필수
- 얇고 평면적인 그림자 -- 클레이는 다층 box-shadow (외부 + 내부 하이라이트) 필수
출력:
1) 드리프트/펄스 애니메이션이 있는 오로라 배경 레이어
2) 클레이 컴포넌트 라이브러리: 볼, 카드, 버튼, 토글, 프로그레스 바
3) CSS 도형으로 만든 클레이 캐릭터
4) 모든 키프레임 애니메이션 포함 단일 파일 HTML/CSS
Clay Auroraフュージョンスタイルのランディングページをデザインしてください -- クレイモーフィズムのぷっくりした3D表面とオーロラグラデーションの発光する流れる色彩を融合したスタイル。オーロラの下のカラフルな粘土のおもちゃをイメージ。
カラートークン:
--bg: #1a1030(深いオーロラパープルダーク)
--surface: #2a1f45(やや明るいクレイ表面)
--text: #f0eaff(明るいラベンダー)
--aurora-1: #38b6ff(ブルー)
--aurora-2: #7b5ea7(パープル)
--aurora-3: #56d991(グリーン)
--aurora-4: #ff6b9d(ピンク)
--clay-shadow: rgba(0,0,0,0.3)
他の色は使用禁止。
タイポグラフィ:
- 見出し: 'Nunito', sans-serif -- font-weight: 800 | 900(丸みのある遊び心のあるクレイ風)
- 本文: 'Inter', sans-serif -- font-weight: 400 | 500
- ヒーローh1: clamp(2rem, 5.5vw, 3.6rem)、オーロラカラーのグラデーションテキスト
- 本文テキスト: line-height: 1.75, color: rgba(240,234,255,0.82)
UI - クレイ要素:
- 全クレイ要素: border-radius 24-32px
- クレイシャドウレシピ: box-shadow 12px 12px 24px rgba(0,0,0,0.3), -6px -6px 18px rgba(123,94,167,0.15), inset 0 2px 4px rgba(255,255,255,0.08)
- クレイホバー: translateY(-3px)と強化されたシャドウ
- クレイボール: radial-gradient(circle at 35% 30%, ハイライト, ベース色, ダーク変形), 50% border-radius
- クレイボタン: ホバーでスクイッシュ(scale 0.96)、アクティブでオーロラグロー
- クレイトグル: トラックにinsetシャドウ、オーロラカラーグラデーションノブ
- クレイプログレスバー: insetシャドウトラック、オーロラグラデーションフィルと内部ハイライト
UI - オーロラ背景:
- 固定オーロラレイヤーに2つの疑似要素ブラーオーブ(filter: blur(120px))
- ::before: 600x350px, linear-gradient(135deg, ブルー+パープル), 14sドリフトアニメーション
- ::after: 500x400px, linear-gradient(225deg, ピンク+グリーン), 逆方向ドリフト
- 中間オーブ: 400x300px, radial-gradient(グリーン, transparent), 10sパルスアニメーション
レイアウト:
- ページラッパー: width min(1060px, 92vw), margin 0 auto, z-index 1
- カードグリッド: display grid, repeat(auto-fit, minmax(240px, 1fr)), gap 16px
- 深度パネル: 3列グリッドでエレベーションレベル表示
モーション:
- @keyframes auroraDrift: translate(0,0) scale(1) ~ translate(50px,25px) scale(1.15), 14s alternate
- @keyframes auroraPulse: opacity 0.4 scale(1) ~ opacity 0.7 scale(1.2), 10s alternate
- @keyframes shimmer: background-position 0% ~ 100%, 6s infinite
- @keyframes charBob: translateY(0) ~ translateY(-6px), 3s infinite(クレイキャラクターバウンス)
- クレイホバートランジション: transform 0.3s, box-shadow 0.3s
- ボタンスクイッシュ: transform 0.15s
レスポンシブ:
- モバイル(<=600px): カードグリッド、深度パネル1列スタック
- デスクトップ: max-width 1060px、マルチカラムグリッド
禁止事項:
- フラットで立体感のない表面 -- 全クレイ要素にシャドウ深度必須
- 14px未満の鋭い角
- 明るい白背景 -- ダークにオーロラグローのみ
- 静的オーロラ -- 背景オーブの連続アニメーション必須
- 薄くフラットなシャドウ -- クレイには多層box-shadow(外側+内側ハイライト)必須
出力:
1) ドリフト/パルスアニメーション付きオーロラ背景レイヤー
2) クレイコンポーネントライブラリ: ボール、カード、ボタン、トグル、プログレスバー
3) CSSシェイプで作ったクレイキャラクター
4) 全キーフレームアニメーション付き単一ファイルHTML/CSS
Copy Prompt