oh-my-design-cli 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.ja.md +145 -0
- package/README.ko.md +245 -0
- package/README.md +245 -0
- package/README.zh-TW.md +145 -0
- package/data/reference-tags.md +104 -0
- package/data/synonyms.json +79 -0
- package/data/vocabulary.json +516 -0
- package/dist/bin/oh-my-design.js +858 -0
- package/dist/bin/oh-my-design.js.map +1 -0
- package/dist/chunk-6YNSV3VY.js +35 -0
- package/dist/chunk-6YNSV3VY.js.map +1 -0
- package/dist/chunk-MHFYGZSO.js +337 -0
- package/dist/chunk-MHFYGZSO.js.map +1 -0
- package/dist/chunk-N2JG6N4Q.js +264 -0
- package/dist/chunk-N2JG6N4Q.js.map +1 -0
- package/dist/chunk-OOQQEUGX.js +46 -0
- package/dist/chunk-OOQQEUGX.js.map +1 -0
- package/dist/chunk-OR5DHENY.js +250 -0
- package/dist/chunk-OR5DHENY.js.map +1 -0
- package/dist/customizer-CM76752R.js +8 -0
- package/dist/customizer-CM76752R.js.map +1 -0
- package/dist/index.d.ts +559 -0
- package/dist/index.js +3113 -0
- package/dist/index.js.map +1 -0
- package/dist/init-STACB7E5.js +635 -0
- package/dist/init-STACB7E5.js.map +1 -0
- package/dist/install-skills-CM6VXFZJ.js +152 -0
- package/dist/install-skills-CM6VXFZJ.js.map +1 -0
- package/dist/learn-33LHKEJA.js +140 -0
- package/dist/learn-33LHKEJA.js.map +1 -0
- package/dist/reference-YMNAOXJQ.js +47 -0
- package/dist/reference-YMNAOXJQ.js.map +1 -0
- package/dist/reference-parser-TM3CJPNE.js +10 -0
- package/dist/reference-parser-TM3CJPNE.js.map +1 -0
- package/dist/remember-UAFA5B2O.js +78 -0
- package/dist/remember-UAFA5B2O.js.map +1 -0
- package/dist/sync-P7X4S2DK.js +404 -0
- package/dist/sync-P7X4S2DK.js.map +1 -0
- package/dist/templates/templates/design-md.hbs +44 -0
- package/dist/templates/templates/partials/agent-prompt-guide.hbs +28 -0
- package/dist/templates/templates/partials/color-palette.hbs +49 -0
- package/dist/templates/templates/partials/component-stylings.hbs +28 -0
- package/dist/templates/templates/partials/depth-elevation.hbs +31 -0
- package/dist/templates/templates/partials/dos-donts.hbs +13 -0
- package/dist/templates/templates/partials/layout.hbs +30 -0
- package/dist/templates/templates/partials/responsive.hbs +25 -0
- package/dist/templates/templates/partials/shadcn-tokens.hbs +64 -0
- package/dist/templates/templates/partials/typography.hbs +43 -0
- package/dist/templates/templates/partials/visual-theme.hbs +26 -0
- package/package.json +68 -0
- package/references/Claude-Design-Sys-Prompt.txt +421 -0
- package/references/airbnb/DESIGN.md +427 -0
- package/references/airbnb/README.md +23 -0
- package/references/airbnb/preview-dark.html +234 -0
- package/references/airbnb/preview.html +233 -0
- package/references/airtable/DESIGN.md +107 -0
- package/references/airtable/README.md +23 -0
- package/references/airtable/preview-dark.html +165 -0
- package/references/airtable/preview.html +164 -0
- package/references/apple/DESIGN.md +496 -0
- package/references/apple/README.md +24 -0
- package/references/apple/preview-dark.html +420 -0
- package/references/apple/preview.html +414 -0
- package/references/baemin/DESIGN.md +260 -0
- package/references/baemin/README.md +19 -0
- package/references/bmw/DESIGN.md +180 -0
- package/references/bmw/README.md +23 -0
- package/references/bmw/preview-dark.html +211 -0
- package/references/bmw/preview.html +210 -0
- package/references/cal/DESIGN.md +259 -0
- package/references/cal/README.md +23 -0
- package/references/cal/preview-dark.html +449 -0
- package/references/cal/preview.html +575 -0
- package/references/claude/DESIGN.md +455 -0
- package/references/claude/README.md +24 -0
- package/references/claude/preview-dark.html +803 -0
- package/references/claude/preview.html +826 -0
- package/references/clay/DESIGN.md +304 -0
- package/references/clay/README.md +23 -0
- package/references/clay/preview-dark.html +316 -0
- package/references/clay/preview.html +315 -0
- package/references/clickhouse/DESIGN.md +281 -0
- package/references/clickhouse/README.md +24 -0
- package/references/clickhouse/preview-dark.html +834 -0
- package/references/clickhouse/preview.html +786 -0
- package/references/cohere/DESIGN.md +266 -0
- package/references/cohere/README.md +24 -0
- package/references/cohere/preview-dark.html +803 -0
- package/references/cohere/preview.html +807 -0
- package/references/coinbase/DESIGN.md +129 -0
- package/references/coinbase/README.md +23 -0
- package/references/coinbase/preview-dark.html +164 -0
- package/references/coinbase/preview.html +163 -0
- package/references/composio/DESIGN.md +307 -0
- package/references/composio/README.md +24 -0
- package/references/composio/preview-dark.html +958 -0
- package/references/composio/preview.html +933 -0
- package/references/cursor/DESIGN.md +322 -0
- package/references/cursor/README.md +24 -0
- package/references/cursor/preview-dark.html +393 -0
- package/references/cursor/preview.html +383 -0
- package/references/dcard/DESIGN.md +302 -0
- package/references/dcard/README.md +12 -0
- package/references/dcard/_research/forum-1440px.png +0 -0
- package/references/dcard/_research.md +77 -0
- package/references/elevenlabs/DESIGN.md +265 -0
- package/references/elevenlabs/README.md +23 -0
- package/references/elevenlabs/preview-dark.html +252 -0
- package/references/elevenlabs/preview.html +251 -0
- package/references/expo/DESIGN.md +281 -0
- package/references/expo/README.md +24 -0
- package/references/expo/preview-dark.html +533 -0
- package/references/expo/preview.html +533 -0
- package/references/ferrari/DESIGN.md +314 -0
- package/references/ferrari/README.md +23 -0
- package/references/ferrari/preview-dark.html +1162 -0
- package/references/ferrari/preview.html +1122 -0
- package/references/figma/DESIGN.md +399 -0
- package/references/figma/README.md +24 -0
- package/references/figma/preview-dark.html +822 -0
- package/references/figma/preview.html +832 -0
- package/references/framer/DESIGN.md +246 -0
- package/references/framer/README.md +23 -0
- package/references/framer/preview-dark.html +902 -0
- package/references/framer/preview.html +883 -0
- package/references/freee/DESIGN.md +308 -0
- package/references/freee/README.md +12 -0
- package/references/freee/_research/vibes-storybook-1440px.png +0 -0
- package/references/freee/_research.md +77 -0
- package/references/hashicorp/DESIGN.md +278 -0
- package/references/hashicorp/README.md +24 -0
- package/references/hashicorp/preview-dark.html +1202 -0
- package/references/hashicorp/preview.html +1193 -0
- package/references/ibm/DESIGN.md +332 -0
- package/references/ibm/README.md +24 -0
- package/references/ibm/preview-dark.html +443 -0
- package/references/ibm/preview.html +428 -0
- package/references/intercom/DESIGN.md +146 -0
- package/references/intercom/README.md +23 -0
- package/references/intercom/preview-dark.html +185 -0
- package/references/intercom/preview.html +184 -0
- package/references/kakao/DESIGN.md +261 -0
- package/references/kakao/README.md +18 -0
- package/references/karrot/DESIGN.md +252 -0
- package/references/karrot/README.md +18 -0
- package/references/kraken/DESIGN.md +146 -0
- package/references/kraken/README.md +23 -0
- package/references/kraken/preview-dark.html +169 -0
- package/references/kraken/preview.html +168 -0
- package/references/lamborghini/DESIGN.md +288 -0
- package/references/lamborghini/README.md +23 -0
- package/references/lamborghini/preview-dark.html +303 -0
- package/references/lamborghini/preview.html +381 -0
- package/references/line/DESIGN.md +375 -0
- package/references/line/README.md +12 -0
- package/references/line/_research/home-1440px.png +0 -0
- package/references/line/_research.md +65 -0
- package/references/linear.app/DESIGN.md +526 -0
- package/references/linear.app/README.md +24 -0
- package/references/linear.app/preview-dark.html +383 -0
- package/references/linear.app/preview.html +373 -0
- package/references/lovable/DESIGN.md +298 -0
- package/references/lovable/README.md +24 -0
- package/references/lovable/preview-dark.html +349 -0
- package/references/lovable/preview.html +348 -0
- package/references/mercari/DESIGN.md +294 -0
- package/references/mercari/README.md +12 -0
- package/references/mercari/_research/home-1440px.png +0 -0
- package/references/mercari/_research.md +77 -0
- package/references/minimax/DESIGN.md +257 -0
- package/references/minimax/README.md +24 -0
- package/references/minimax/preview-dark.html +1262 -0
- package/references/minimax/preview.html +1248 -0
- package/references/mintlify/DESIGN.md +341 -0
- package/references/mintlify/README.md +24 -0
- package/references/mintlify/preview-dark.html +409 -0
- package/references/mintlify/preview.html +398 -0
- package/references/miro/DESIGN.md +108 -0
- package/references/miro/README.md +23 -0
- package/references/miro/preview-dark.html +174 -0
- package/references/miro/preview.html +173 -0
- package/references/mistral.ai/DESIGN.md +261 -0
- package/references/mistral.ai/README.md +24 -0
- package/references/mistral.ai/preview-dark.html +806 -0
- package/references/mistral.ai/preview.html +805 -0
- package/references/mongodb/DESIGN.md +266 -0
- package/references/mongodb/README.md +23 -0
- package/references/mongodb/preview-dark.html +260 -0
- package/references/mongodb/preview.html +259 -0
- package/references/notion/DESIGN.md +492 -0
- package/references/notion/README.md +24 -0
- package/references/notion/preview-dark.html +372 -0
- package/references/notion/preview.html +364 -0
- package/references/nvidia/DESIGN.md +308 -0
- package/references/nvidia/README.md +24 -0
- package/references/nvidia/preview-dark.html +374 -0
- package/references/nvidia/preview.html +366 -0
- package/references/ollama/DESIGN.md +267 -0
- package/references/ollama/README.md +24 -0
- package/references/ollama/preview-dark.html +678 -0
- package/references/ollama/preview.html +678 -0
- package/references/opencode.ai/DESIGN.md +295 -0
- package/references/opencode.ai/README.md +24 -0
- package/references/opencode.ai/preview-dark.html +366 -0
- package/references/opencode.ai/preview.html +357 -0
- package/references/pinkoi/DESIGN.md +309 -0
- package/references/pinkoi/README.md +12 -0
- package/references/pinkoi/_research/browse-1440px.png +0 -0
- package/references/pinkoi/_research.md +115 -0
- package/references/pinterest/DESIGN.md +230 -0
- package/references/pinterest/README.md +23 -0
- package/references/pinterest/preview-dark.html +233 -0
- package/references/pinterest/preview.html +232 -0
- package/references/posthog/DESIGN.md +256 -0
- package/references/posthog/README.md +23 -0
- package/references/posthog/preview-dark.html +699 -0
- package/references/posthog/preview.html +749 -0
- package/references/raycast/DESIGN.md +268 -0
- package/references/raycast/README.md +23 -0
- package/references/raycast/preview-dark.html +606 -0
- package/references/raycast/preview.html +688 -0
- package/references/renault/DESIGN.md +311 -0
- package/references/renault/README.md +23 -0
- package/references/renault/preview-dark.html +406 -0
- package/references/renault/preview.html +606 -0
- package/references/replicate/DESIGN.md +261 -0
- package/references/replicate/README.md +24 -0
- package/references/replicate/preview-dark.html +828 -0
- package/references/replicate/preview.html +831 -0
- package/references/resend/DESIGN.md +303 -0
- package/references/resend/README.md +23 -0
- package/references/resend/preview-dark.html +355 -0
- package/references/resend/preview.html +354 -0
- package/references/revolut/DESIGN.md +185 -0
- package/references/revolut/README.md +23 -0
- package/references/revolut/preview-dark.html +234 -0
- package/references/revolut/preview.html +233 -0
- package/references/runwayml/DESIGN.md +244 -0
- package/references/runwayml/README.md +24 -0
- package/references/runwayml/preview-dark.html +664 -0
- package/references/runwayml/preview.html +665 -0
- package/references/sanity/DESIGN.md +357 -0
- package/references/sanity/README.md +24 -0
- package/references/sanity/preview-dark.html +990 -0
- package/references/sanity/preview.html +1135 -0
- package/references/sentry/DESIGN.md +262 -0
- package/references/sentry/README.md +24 -0
- package/references/sentry/preview-dark.html +626 -0
- package/references/sentry/preview.html +951 -0
- package/references/spacex/DESIGN.md +205 -0
- package/references/spacex/README.md +23 -0
- package/references/spacex/preview-dark.html +221 -0
- package/references/spacex/preview.html +220 -0
- package/references/spotify/DESIGN.md +246 -0
- package/references/spotify/README.md +23 -0
- package/references/spotify/preview-dark.html +231 -0
- package/references/spotify/preview.html +230 -0
- package/references/stripe/DESIGN.md +473 -0
- package/references/stripe/README.md +24 -0
- package/references/stripe/preview-dark.html +428 -0
- package/references/stripe/preview.html +419 -0
- package/references/supabase/DESIGN.md +255 -0
- package/references/supabase/README.md +24 -0
- package/references/supabase/preview-dark.html +977 -0
- package/references/supabase/preview.html +955 -0
- package/references/superhuman/DESIGN.md +252 -0
- package/references/superhuman/README.md +23 -0
- package/references/superhuman/preview-dark.html +973 -0
- package/references/superhuman/preview.html +951 -0
- package/references/tesla/DESIGN.md +286 -0
- package/references/tesla/README.md +23 -0
- package/references/tesla/preview-dark.html +947 -0
- package/references/tesla/preview.html +925 -0
- package/references/together.ai/DESIGN.md +263 -0
- package/references/together.ai/README.md +24 -0
- package/references/together.ai/preview-dark.html +892 -0
- package/references/together.ai/preview.html +897 -0
- package/references/toss/DESIGN.md +387 -0
- package/references/toss/README.md +19 -0
- package/references/uber/DESIGN.md +295 -0
- package/references/uber/README.md +24 -0
- package/references/uber/preview-dark.html +1120 -0
- package/references/uber/preview.html +1119 -0
- package/references/vercel/DESIGN.md +456 -0
- package/references/vercel/README.md +24 -0
- package/references/vercel/preview-dark.html +368 -0
- package/references/vercel/preview.html +367 -0
- package/references/voltagent/DESIGN.md +323 -0
- package/references/voltagent/README.md +24 -0
- package/references/voltagent/preview-dark.html +487 -0
- package/references/voltagent/preview.html +766 -0
- package/references/warp/DESIGN.md +253 -0
- package/references/warp/README.md +23 -0
- package/references/warp/preview-dark.html +500 -0
- package/references/warp/preview.html +533 -0
- package/references/webflow/DESIGN.md +109 -0
- package/references/webflow/README.md +23 -0
- package/references/webflow/preview-dark.html +147 -0
- package/references/webflow/preview.html +146 -0
- package/references/wise/DESIGN.md +173 -0
- package/references/wise/README.md +23 -0
- package/references/wise/preview-dark.html +230 -0
- package/references/wise/preview.html +229 -0
- package/references/x.ai/DESIGN.md +267 -0
- package/references/x.ai/README.md +24 -0
- package/references/x.ai/preview-dark.html +356 -0
- package/references/x.ai/preview.html +407 -0
- package/references/zapier/DESIGN.md +328 -0
- package/references/zapier/README.md +24 -0
- package/references/zapier/preview-dark.html +380 -0
- package/references/zapier/preview.html +372 -0
- package/skills/omd-apply/SKILL.md +85 -0
- package/skills/omd-init/SKILL.md +167 -0
- package/skills/omd-learn/SKILL.md +81 -0
- package/skills/omd-remember/SKILL.md +44 -0
- package/skills/omd-sync/SKILL.md +38 -0
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
# Design System Inspiration of Kraken
|
|
2
|
+
|
|
3
|
+
## 1. Visual Theme & Atmosphere
|
|
4
|
+
|
|
5
|
+
Kraken's website is a clean, trustworthy crypto exchange that uses purple as its commanding brand color. The design operates on white backgrounds with Kraken Purple (`#7132f5`, `#5741d8`, `#5b1ecf`) creating a distinctive, professional crypto identity. The proprietary Kraken-Brand font handles display headings with bold (700) weight and negative tracking, while Kraken-Product (with IBM Plex Sans fallback) serves as the UI workhorse.
|
|
6
|
+
|
|
7
|
+
**Key Characteristics:**
|
|
8
|
+
- Kraken Purple (`#7132f5`) as primary brand with darker variants (`#5741d8`, `#5b1ecf`)
|
|
9
|
+
- Kraken-Brand (display) + Kraken-Product (UI) dual font system
|
|
10
|
+
- Near-black (`#101114`) text with cool blue-gray neutral scale
|
|
11
|
+
- 12px radius buttons (rounded but not pill)
|
|
12
|
+
- Subtle shadows (`rgba(0,0,0,0.03) 0px 4px 24px`) — whisper-level
|
|
13
|
+
- Green accent (`#149e61`) for positive/success states
|
|
14
|
+
|
|
15
|
+
## 2. Color Palette & Roles
|
|
16
|
+
|
|
17
|
+
### Primary
|
|
18
|
+
- **Kraken Purple** (`#7132f5`): Primary CTA, brand accent, links
|
|
19
|
+
- **Purple Dark** (`#5741d8`): Button borders, outlined variants
|
|
20
|
+
- **Purple Deep** (`#5b1ecf`): Deepest purple
|
|
21
|
+
- **Purple Subtle** (`rgba(133,91,251,0.16)`): Purple at 16% — subtle button backgrounds
|
|
22
|
+
- **Near Black** (`#101114`): Primary text
|
|
23
|
+
|
|
24
|
+
### Neutral
|
|
25
|
+
- **Cool Gray** (`#686b82`): Primary neutral, borders at 24% opacity
|
|
26
|
+
- **Silver Blue** (`#9497a9`): Secondary text, muted elements
|
|
27
|
+
- **White** (`#ffffff`): Primary surface
|
|
28
|
+
- **Border Gray** (`#dedee5`): Divider borders
|
|
29
|
+
|
|
30
|
+
### Semantic
|
|
31
|
+
- **Green** (`#149e61`): Success/positive at 16% opacity for badges
|
|
32
|
+
- **Green Dark** (`#026b3f`): Badge text
|
|
33
|
+
|
|
34
|
+
## 3. Typography Rules
|
|
35
|
+
|
|
36
|
+
### Font Families
|
|
37
|
+
- **Display**: `Kraken-Brand`, fallbacks: `IBM Plex Sans, Helvetica, Arial`
|
|
38
|
+
- **UI / Body**: `Kraken-Product`, fallbacks: `Helvetica Neue, Helvetica, Arial`
|
|
39
|
+
|
|
40
|
+
### Hierarchy
|
|
41
|
+
|
|
42
|
+
| Role | Font | Size | Weight | Line Height | Letter Spacing |
|
|
43
|
+
|------|------|------|--------|-------------|----------------|
|
|
44
|
+
| Display Hero | Kraken-Brand | 48px | 700 | 1.17 | -1px |
|
|
45
|
+
| Section Heading | Kraken-Brand | 36px | 700 | 1.22 | -0.5px |
|
|
46
|
+
| Sub-heading | Kraken-Brand | 28px | 700 | 1.29 | -0.5px |
|
|
47
|
+
| Feature Title | Kraken-Product | 22px | 600 | 1.20 | normal |
|
|
48
|
+
| Body | Kraken-Product | 16px | 400 | 1.38 | normal |
|
|
49
|
+
| Body Medium | Kraken-Product | 16px | 500 | 1.38 | normal |
|
|
50
|
+
| Button | Kraken-Product | 16px | 500–600 | 1.38 | normal |
|
|
51
|
+
| Caption | Kraken-Product | 14px | 400–700 | 1.43–1.71 | normal |
|
|
52
|
+
| Small | Kraken-Product | 12px | 400–500 | 1.33 | normal |
|
|
53
|
+
| Micro | Kraken-Product | 7px | 500 | 1.00 | uppercase |
|
|
54
|
+
|
|
55
|
+
## 4. Component Stylings
|
|
56
|
+
|
|
57
|
+
### Buttons
|
|
58
|
+
|
|
59
|
+
**Primary Purple**
|
|
60
|
+
- Background: `#7132f5`
|
|
61
|
+
- Text: `#ffffff`
|
|
62
|
+
- Padding: 13px 16px
|
|
63
|
+
- Radius: 12px
|
|
64
|
+
|
|
65
|
+
**Purple Outlined**
|
|
66
|
+
- Background: `#ffffff`
|
|
67
|
+
- Text: `#5741d8`
|
|
68
|
+
- Border: `1px solid #5741d8`
|
|
69
|
+
- Radius: 12px
|
|
70
|
+
|
|
71
|
+
**Purple Subtle**
|
|
72
|
+
- Background: `rgba(133,91,251,0.16)`
|
|
73
|
+
- Text: `#7132f5`
|
|
74
|
+
- Padding: 8px
|
|
75
|
+
- Radius: 12px
|
|
76
|
+
|
|
77
|
+
**White Button**
|
|
78
|
+
- Background: `#ffffff`
|
|
79
|
+
- Text: `#101114`
|
|
80
|
+
- Radius: 10px
|
|
81
|
+
- Shadow: `rgba(0,0,0,0.03) 0px 4px 24px`
|
|
82
|
+
|
|
83
|
+
**Secondary Gray**
|
|
84
|
+
- Background: `rgba(148,151,169,0.08)`
|
|
85
|
+
- Text: `#101114`
|
|
86
|
+
- Radius: 12px
|
|
87
|
+
|
|
88
|
+
### Badges
|
|
89
|
+
- Success: `rgba(20,158,97,0.16)` bg, `#026b3f` text, 6px radius
|
|
90
|
+
- Neutral: `rgba(104,107,130,0.12)` bg, `#484b5e` text, 8px radius
|
|
91
|
+
|
|
92
|
+
### Cards
|
|
93
|
+
|
|
94
|
+
**Default Card**
|
|
95
|
+
- Background: `#ffffff`
|
|
96
|
+
- Border: `1px solid rgba(148,151,169,0.16)`
|
|
97
|
+
- Radius: `12px`
|
|
98
|
+
- Padding: `24px`
|
|
99
|
+
- Shadow: `rgba(0,0,0,0.03) 0px 4px 24px` (subtle lift)
|
|
100
|
+
|
|
101
|
+
**Stat / Metric Card**
|
|
102
|
+
- Background: `#ffffff`, radius `16px`, padding `20px 24px`
|
|
103
|
+
- Title: 12px weight 500 `#686b82` (muted)
|
|
104
|
+
- Value: 28px weight 700 `#101114`
|
|
105
|
+
- Delta: 12px weight 500 — `#149e61` for positive, `#d54848` for negative
|
|
106
|
+
|
|
107
|
+
**Featured / Promotional Card**
|
|
108
|
+
- Background: `linear-gradient(135deg, #7132f5 0%, #5741d8 100%)` (purple gradient)
|
|
109
|
+
- Text: `#ffffff`, radius `16px`, padding `32px`
|
|
110
|
+
- Subtle inner glow via `box-shadow: inset 0 0 60px rgba(255,255,255,0.08)`
|
|
111
|
+
- Use sparingly for premium/upgrade prompts
|
|
112
|
+
|
|
113
|
+
## 5. Layout Principles
|
|
114
|
+
|
|
115
|
+
### Spacing: 1px, 2px, 3px, 4px, 5px, 6px, 8px, 10px, 12px, 13px, 15px, 16px, 20px, 24px, 25px
|
|
116
|
+
### Border Radius: 3px, 6px, 8px, 10px, 12px, 16px, 9999px, 50%
|
|
117
|
+
|
|
118
|
+
## 6. Depth & Elevation
|
|
119
|
+
- Subtle: `rgba(0,0,0,0.03) 0px 4px 24px`
|
|
120
|
+
- Micro: `rgba(16,24,40,0.04) 0px 1px 4px`
|
|
121
|
+
|
|
122
|
+
## 7. Do's and Don'ts
|
|
123
|
+
|
|
124
|
+
### Do
|
|
125
|
+
- Use Kraken Purple (#7132f5) for CTAs and links
|
|
126
|
+
- Apply 12px radius on all buttons
|
|
127
|
+
- Use Kraken-Brand for headings, Kraken-Product for body
|
|
128
|
+
|
|
129
|
+
### Don't
|
|
130
|
+
- Don't use pill buttons — 12px is the max radius for buttons
|
|
131
|
+
- Don't use other purples outside the defined scale
|
|
132
|
+
|
|
133
|
+
## 8. Responsive Behavior
|
|
134
|
+
Breakpoints: 375px, 425px, 640px, 768px, 1024px, 1280px, 1536px
|
|
135
|
+
|
|
136
|
+
## 9. Agent Prompt Guide
|
|
137
|
+
|
|
138
|
+
### Quick Color Reference
|
|
139
|
+
- Brand: Kraken Purple (`#7132f5`)
|
|
140
|
+
- Dark variant: `#5741d8`
|
|
141
|
+
- Text: Near Black (`#101114`)
|
|
142
|
+
- Secondary text: `#9497a9`
|
|
143
|
+
- Background: White (`#ffffff`)
|
|
144
|
+
|
|
145
|
+
### Example Component Prompts
|
|
146
|
+
- "Create hero: white background. Kraken-Brand 48px weight 700, letter-spacing -1px. Purple CTA (#7132f5, 12px radius, 13px 16px padding)."
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Kraken Inspired Design System
|
|
2
|
+
|
|
3
|
+
[DESIGN.md](https://github.com/VoltAgent/awesome-design-md/blob/main/design-md/kraken/DESIGN.md) extracted from the public [Kraken](https://kraken.com/) website. This is not the official design system. Colors, fonts, and spacing may not be 100% accurate. But it's a good starting point for building something similar.
|
|
4
|
+
|
|
5
|
+
## Files
|
|
6
|
+
|
|
7
|
+
| File | Description |
|
|
8
|
+
|------|-------------|
|
|
9
|
+
| `DESIGN.md` | Complete design system documentation (9 sections) |
|
|
10
|
+
| `preview.html` | Interactive design token catalog (light) |
|
|
11
|
+
| `preview-dark.html` | Interactive design token catalog (dark) |
|
|
12
|
+
|
|
13
|
+
Use [DESIGN.md](https://github.com/VoltAgent/awesome-design-md/blob/main/design-md/kraken/DESIGN.md) to use as a reference for AI agents (Claude, Cursor, Stitch) to generate UI that looks like the Kraken design language.
|
|
14
|
+
|
|
15
|
+
## Preview
|
|
16
|
+
|
|
17
|
+
A sample landing page built with DESIGN.md. It shows the actual colors, typography, buttons, cards, spacing, and elevation, all in one page.
|
|
18
|
+
|
|
19
|
+
### Dark Mode
|
|
20
|
+

|
|
21
|
+
|
|
22
|
+
### Light Mode
|
|
23
|
+

|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Design System Inspired by Kraken</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
10
|
+
<style>
|
|
11
|
+
:root { --white:#101114; --black:#e8e8ec; --purple:#7132f5; --purple-dark:#5741d8; --purple-subtle:rgba(133,91,251,0.16); --gray:#9497a9; --silver:#686b82; --border:#2a2c34; --green:rgba(20,158,97,0.16); --green-text:#026b3f; --font:'IBM Plex Sans',Helvetica,Arial,sans-serif; }
|
|
12
|
+
* { margin:0; padding:0; box-sizing:border-box; }
|
|
13
|
+
body { background:var(--white); color:var(--black); font-family:var(--font); font-size:16px; line-height:1.38; -webkit-font-smoothing:antialiased; }
|
|
14
|
+
|
|
15
|
+
.nav { position:sticky; top:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:14px 24px; background:var(--white); border-bottom:1px solid var(--border); }
|
|
16
|
+
.nav-brand { font-size:16px; font-weight:700; color:var(--black); text-decoration:none; }
|
|
17
|
+
.nav-links { display:flex; gap:20px; list-style:none; }
|
|
18
|
+
.nav-links a { font-size:14px; font-weight:500; color:var(--gray); text-decoration:none; }
|
|
19
|
+
.nav-links a:hover { color:var(--purple); }
|
|
20
|
+
.nav-cta { display:inline-block; background:var(--purple); color:var(--white); padding:10px 20px; border-radius:12px; font-size:14px; font-weight:600; text-decoration:none; }
|
|
21
|
+
|
|
22
|
+
.hero { padding:64px 24px; text-align:center; }
|
|
23
|
+
.hero h1 { font-size:48px; font-weight:700; line-height:1.17; letter-spacing:-1px; margin-bottom:16px; }
|
|
24
|
+
.hero h1 span { color:var(--purple); }
|
|
25
|
+
.hero p { font-size:16px; color:var(--silver); max-width:480px; margin:0 auto 24px; }
|
|
26
|
+
.hero-buttons { display:flex; gap:12px; justify-content:center; }
|
|
27
|
+
.btn-purple { display:inline-block; background:var(--purple); color:var(--white); padding:13px 24px; border-radius:12px; font-size:16px; font-weight:600; text-decoration:none; border:none; cursor:pointer; }
|
|
28
|
+
.btn-outline { display:inline-block; background:var(--white); color:var(--purple-dark); padding:12px 24px; border-radius:12px; border:1px solid var(--purple-dark); font-size:16px; font-weight:600; text-decoration:none; cursor:pointer; }
|
|
29
|
+
.btn-subtle { display:inline-block; background:var(--purple-subtle); color:var(--purple); padding:8px 16px; border-radius:12px; font-size:14px; font-weight:500; text-decoration:none; }
|
|
30
|
+
.btn-white { display:inline-block; background:var(--white); color:var(--black); padding:8px 12px; border-radius:10px; font-size:14px; font-weight:500; text-decoration:none; box-shadow:rgba(0,0,0,0.03) 0px 4px 24px; }
|
|
31
|
+
|
|
32
|
+
.section { padding:48px 24px; max-width:1100px; margin:0 auto; }
|
|
33
|
+
.section-label { font-size:12px; font-weight:600; color:var(--silver); text-transform:uppercase; letter-spacing:0.5px; margin-bottom:8px; }
|
|
34
|
+
.section-title { font-size:36px; font-weight:700; line-height:1.22; letter-spacing:-0.5px; margin-bottom:24px; }
|
|
35
|
+
.section-divider { border:none; border-top:1px solid var(--border); margin:0; }
|
|
36
|
+
|
|
37
|
+
.color-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(140px,1fr)); gap:10px; margin-bottom:20px; }
|
|
38
|
+
.color-swatch { border-radius:8px; overflow:hidden; border:1px solid var(--border); }
|
|
39
|
+
.color-swatch-block { height:60px; }
|
|
40
|
+
.color-swatch-info { padding:8px 10px; }
|
|
41
|
+
.color-swatch-name { font-size:12px; font-weight:600; margin-bottom:2px; }
|
|
42
|
+
.color-swatch-hex { font-size:10px; color:var(--silver); font-family:monospace; }
|
|
43
|
+
.color-swatch-role { font-size:9px; color:var(--silver); margin-top:2px; }
|
|
44
|
+
.color-group-label { font-size:12px; font-weight:600; color:var(--gray); margin:20px 0 8px; }
|
|
45
|
+
|
|
46
|
+
.type-sample { margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid rgba(222,222,229,0.5); }
|
|
47
|
+
.type-sample:last-child { border-bottom:none; }
|
|
48
|
+
.type-meta { font-size:10px; color:var(--silver); margin-top:4px; font-family:monospace; }
|
|
49
|
+
|
|
50
|
+
.button-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
|
|
51
|
+
.button-item { text-align:center; }
|
|
52
|
+
.button-label { font-size:10px; color:var(--silver); margin-top:6px; }
|
|
53
|
+
|
|
54
|
+
.card-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:12px; }
|
|
55
|
+
.card { background:var(--white); border:1px solid var(--border); border-radius:12px; padding:20px; }
|
|
56
|
+
.card h3 { font-size:18px; font-weight:600; margin-bottom:8px; }
|
|
57
|
+
.card p { font-size:14px; color:var(--silver); }
|
|
58
|
+
|
|
59
|
+
.form-group { margin-bottom:16px; max-width:400px; }
|
|
60
|
+
.form-label { display:block; font-size:14px; font-weight:600; margin-bottom:4px; }
|
|
61
|
+
.form-input { width:100%; background:var(--white); color:var(--black); border:1px solid var(--border); padding:12px 16px; border-radius:12px; font-family:var(--font); font-size:16px; outline:none; }
|
|
62
|
+
.form-input:focus { border-color:var(--purple); box-shadow:0 0 0 1px var(--purple); }
|
|
63
|
+
.form-input--focus { border-color:var(--purple); box-shadow:0 0 0 1px var(--purple); }
|
|
64
|
+
.form-input--error { border-color:#dc2626; box-shadow:0 0 0 1px #dc2626; }
|
|
65
|
+
.form-textarea { width:100%; min-height:80px; background:var(--white); color:var(--black); border:1px solid var(--border); padding:12px 16px; border-radius:12px; font-family:var(--font); font-size:16px; resize:vertical; outline:none; }
|
|
66
|
+
.form-state-label { font-size:9px; color:var(--silver); margin-top:4px; }
|
|
67
|
+
|
|
68
|
+
.spacing-row { display:flex; align-items:flex-end; gap:8px; flex-wrap:wrap; margin-bottom:16px; }
|
|
69
|
+
.spacing-item { text-align:center; }
|
|
70
|
+
.spacing-block { background:var(--purple); border-radius:3px; margin-bottom:4px; height:24px; }
|
|
71
|
+
.spacing-value { font-size:9px; color:var(--silver); font-family:monospace; }
|
|
72
|
+
|
|
73
|
+
.radius-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
|
|
74
|
+
.radius-item { text-align:center; }
|
|
75
|
+
.radius-box { width:52px; height:52px; background:var(--purple-subtle); margin-bottom:4px; }
|
|
76
|
+
.radius-label { font-size:9px; color:var(--silver); font-family:monospace; }
|
|
77
|
+
|
|
78
|
+
.elevation-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px,1fr)); gap:12px; }
|
|
79
|
+
.elevation-card { background:var(--white); border:1px solid var(--border); border-radius:12px; padding:16px; text-align:center; }
|
|
80
|
+
.elevation-label { font-size:13px; font-weight:600; margin-bottom:4px; }
|
|
81
|
+
.elevation-desc { font-size:9px; color:var(--silver); font-family:monospace; }
|
|
82
|
+
|
|
83
|
+
.footer { padding:24px; text-align:center; background:var(--black); color:var(--silver); font-size:12px; }
|
|
84
|
+
.footer a { color:var(--purple); text-decoration:underline; }
|
|
85
|
+
|
|
86
|
+
@media (max-width:768px) { .hero h1 { font-size:32px; } .nav-links { display:none; } .section { padding:32px 16px; } .card-grid { grid-template-columns:1fr; } }
|
|
87
|
+
</style>
|
|
88
|
+
</head>
|
|
89
|
+
<body>
|
|
90
|
+
|
|
91
|
+
<nav class="nav"><span class="nav-brand">awesome-design-md</span><ul class="nav-links"><li><a href="#colors">Colors</a></li><li><a href="#typography">Typography</a></li><li><a href="#buttons">Buttons</a></li><li><a href="#cards">Cards</a></li><li><a href="#forms">Forms</a></li></ul><a class="nav-cta" href="#">Sign Up</a></nav>
|
|
92
|
+
<div style="position:fixed;top:16px;right:16px;z-index:200;background:#7132f5;color:#ffffff;font-size:10px;font-weight:600;padding:4px 12px;border-radius:12px;">Dark Mode</div>
|
|
93
|
+
|
|
94
|
+
<section class="hero"><h1>Design System<br>Inspired by <span>Kraken</span></h1><p>Every color, font, and component — visualized with crypto-exchange precision.</p><div class="hero-buttons"><a class="btn-purple" href="#">Create Account</a><a class="btn-outline" href="#">Explore</a></div></section>
|
|
95
|
+
|
|
96
|
+
<hr class="section-divider">
|
|
97
|
+
|
|
98
|
+
<section class="section" id="colors"><div class="section-label">01 / Colors</div><h2 class="section-title">Color Palette</h2>
|
|
99
|
+
<div class="color-group-label">Brand</div>
|
|
100
|
+
<div class="color-grid">
|
|
101
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#7132f5"></div><div class="color-swatch-info"><div class="color-swatch-name">Kraken Purple</div><div class="color-swatch-hex">#7132f5</div><div class="color-swatch-role">Primary CTA</div></div></div>
|
|
102
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#5741d8"></div><div class="color-swatch-info"><div class="color-swatch-name">Purple Dark</div><div class="color-swatch-hex">#5741d8</div><div class="color-swatch-role">Borders, outlined</div></div></div>
|
|
103
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#5b1ecf"></div><div class="color-swatch-info"><div class="color-swatch-name">Purple Deep</div><div class="color-swatch-hex">#5b1ecf</div><div class="color-swatch-role">Deepest variant</div></div></div>
|
|
104
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:rgba(133,91,251,0.16)"></div><div class="color-swatch-info"><div class="color-swatch-name">Purple Subtle</div><div class="color-swatch-hex">rgba(133,91,251,0.16)</div><div class="color-swatch-role">Subtle button bg</div></div></div>
|
|
105
|
+
</div>
|
|
106
|
+
<div class="color-group-label">Neutral</div>
|
|
107
|
+
<div class="color-grid">
|
|
108
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#101114"></div><div class="color-swatch-info"><div class="color-swatch-name">Near Black</div><div class="color-swatch-hex">#101114</div><div class="color-swatch-role">Primary text</div></div></div>
|
|
109
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#686b82"></div><div class="color-swatch-info"><div class="color-swatch-name">Cool Gray</div><div class="color-swatch-hex">#686b82</div><div class="color-swatch-role">Borders</div></div></div>
|
|
110
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#9497a9"></div><div class="color-swatch-info"><div class="color-swatch-name">Silver Blue</div><div class="color-swatch-hex">#9497a9</div><div class="color-swatch-role">Secondary text</div></div></div>
|
|
111
|
+
</div></section>
|
|
112
|
+
|
|
113
|
+
<hr class="section-divider">
|
|
114
|
+
|
|
115
|
+
<section class="section" id="typography"><div class="section-label">02 / Typography</div><h2 class="section-title">Typography Scale</h2>
|
|
116
|
+
<div class="type-sample"><div style="font-size:48px; font-weight:700; line-height:1.17; letter-spacing:-1px;">Display Hero</div><div class="type-meta">Kraken-Brand — 48px / 700 / 1.17 / -1px</div></div>
|
|
117
|
+
<div class="type-sample"><div style="font-size:36px; font-weight:700; line-height:1.22; letter-spacing:-0.5px;">Section Heading</div><div class="type-meta">Kraken-Brand — 36px / 700 / 1.22 / -0.5px</div></div>
|
|
118
|
+
<div class="type-sample"><div style="font-size:22px; font-weight:600; line-height:1.20;">Feature Title</div><div class="type-meta">Kraken-Product — 22px / 600 / 1.20</div></div>
|
|
119
|
+
<div class="type-sample"><div style="font-size:16px; font-weight:400; line-height:1.38; color:var(--silver);">Body — Buy, sell, and trade crypto with Kraken. Trusted by millions worldwide.</div><div class="type-meta">Kraken-Product — 16px / 400 / 1.38</div></div>
|
|
120
|
+
<div class="type-sample"><div style="font-size:14px; font-weight:600; line-height:1.71; color:var(--silver);">Caption — Last updated 2 min ago</div><div class="type-meta">Kraken-Product — 14px / 600 / 1.71</div></div>
|
|
121
|
+
</section>
|
|
122
|
+
|
|
123
|
+
<hr class="section-divider">
|
|
124
|
+
|
|
125
|
+
<section class="section" id="buttons"><div class="section-label">03 / Buttons</div><h2 class="section-title">Buttons</h2>
|
|
126
|
+
<div class="button-row">
|
|
127
|
+
<div class="button-item"><a class="btn-purple" href="#">Create Account</a><div class="button-label">Primary Purple</div></div>
|
|
128
|
+
<div class="button-item"><a class="btn-outline" href="#">Explore</a><div class="button-label">Purple Outlined</div></div>
|
|
129
|
+
<div class="button-item"><a class="btn-subtle" href="#">Learn</a><div class="button-label">Purple Subtle</div></div>
|
|
130
|
+
<div class="button-item"><a class="btn-white" href="#">Details</a><div class="button-label">White Shadow</div></div>
|
|
131
|
+
</div></section>
|
|
132
|
+
|
|
133
|
+
<hr class="section-divider">
|
|
134
|
+
|
|
135
|
+
<section class="section" id="cards"><div class="section-label">04 / Cards</div><h2 class="section-title">Cards</h2>
|
|
136
|
+
<div class="card-grid">
|
|
137
|
+
<div class="card"><h3>Bitcoin (BTC)</h3><p>The most trusted cryptocurrency. Buy and sell with low fees on Kraken.</p></div>
|
|
138
|
+
<div class="card"><h3>Ethereum (ETH)</h3><p>Smart contracts and DeFi. Trade ETH and hundreds of tokens.</p></div>
|
|
139
|
+
<div class="card"><h3>Staking</h3><p>Earn rewards by staking your crypto. Flexible and bonded options available.</p></div>
|
|
140
|
+
</div></section>
|
|
141
|
+
|
|
142
|
+
<hr class="section-divider">
|
|
143
|
+
|
|
144
|
+
<section class="section" id="forms"><div class="section-label">05 / Forms</div><h2 class="section-title">Forms</h2>
|
|
145
|
+
<div class="form-group"><label class="form-label">Email</label><input class="form-input" type="email" placeholder="you@email.com"><div class="form-state-label">Default</div></div>
|
|
146
|
+
<div class="form-group"><label class="form-label">Amount</label><input class="form-input form-input--focus" type="text" value="0.25 BTC"><div class="form-state-label">Focus (purple ring)</div></div>
|
|
147
|
+
<div class="form-group"><label class="form-label">Address</label><input class="form-input form-input--error" type="text" value="invalid"><div class="form-state-label">Error</div></div>
|
|
148
|
+
<div class="form-group"><label class="form-label">Note</label><textarea class="form-textarea" placeholder="Add a note..."></textarea></div>
|
|
149
|
+
</section>
|
|
150
|
+
|
|
151
|
+
<hr class="section-divider">
|
|
152
|
+
|
|
153
|
+
<section class="section"><div class="section-label">06 / Spacing</div><h2 class="section-title">Spacing</h2>
|
|
154
|
+
<div class="spacing-row"><div class="spacing-item"><div class="spacing-block" style="width:4px"></div><div class="spacing-value">4</div></div><div class="spacing-item"><div class="spacing-block" style="width:8px"></div><div class="spacing-value">8</div></div><div class="spacing-item"><div class="spacing-block" style="width:12px"></div><div class="spacing-value">12</div></div><div class="spacing-item"><div class="spacing-block" style="width:16px"></div><div class="spacing-value">16</div></div><div class="spacing-item"><div class="spacing-block" style="width:24px"></div><div class="spacing-value">24</div></div></div></section>
|
|
155
|
+
|
|
156
|
+
<hr class="section-divider">
|
|
157
|
+
|
|
158
|
+
<section class="section"><div class="section-label">07 / Radius</div><h2 class="section-title">Radius</h2>
|
|
159
|
+
<div class="radius-row"><div class="radius-item"><div class="radius-box" style="border-radius:6px"></div><div class="radius-label">6px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:8px"></div><div class="radius-label">8px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:12px"></div><div class="radius-label">12px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:16px"></div><div class="radius-label">16px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:9999px; width:52px; height:52px;"></div><div class="radius-label">pill</div></div></div></section>
|
|
160
|
+
|
|
161
|
+
<hr class="section-divider">
|
|
162
|
+
|
|
163
|
+
<section class="section"><div class="section-label">08 / Elevation</div><h2 class="section-title">Depth</h2>
|
|
164
|
+
<div class="elevation-grid"><div class="elevation-card"><div class="elevation-label">Flat</div><div class="elevation-desc">No shadow</div></div><div class="elevation-card" style="box-shadow:rgba(0,0,0,0.03) 0px 4px 24px;"><div class="elevation-label">Subtle</div><div class="elevation-desc">4px 24px at 0.03</div></div><div class="elevation-card" style="box-shadow:0 0 0 1px var(--purple);"><div class="elevation-label">Focus</div><div class="elevation-desc">Purple ring</div></div></div></section>
|
|
165
|
+
|
|
166
|
+
<footer class="footer">Maintained by <a href="https://github.com/VoltAgent/voltagent" target="_blank" rel="noopener noreferrer" style="text-decoration:none;"><img src="https://github.com/VoltAgent.png?size=32" alt="VoltAgent" width="14" height="14" style="border-radius:3px;vertical-align:-2px;margin-right:3px;">VoltAgent</a> team</footer>
|
|
167
|
+
|
|
168
|
+
</body>
|
|
169
|
+
</html>
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Design System Inspired by Kraken</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
10
|
+
<style>
|
|
11
|
+
:root { --white:#fff; --black:#101114; --purple:#7132f5; --purple-dark:#5741d8; --purple-subtle:rgba(133,91,251,0.16); --gray:#686b82; --silver:#9497a9; --border:#dedee5; --green:rgba(20,158,97,0.16); --green-text:#026b3f; --font:'IBM Plex Sans',Helvetica,Arial,sans-serif; }
|
|
12
|
+
* { margin:0; padding:0; box-sizing:border-box; }
|
|
13
|
+
body { background:var(--white); color:var(--black); font-family:var(--font); font-size:16px; line-height:1.38; -webkit-font-smoothing:antialiased; }
|
|
14
|
+
|
|
15
|
+
.nav { position:sticky; top:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:14px 24px; background:var(--white); border-bottom:1px solid var(--border); }
|
|
16
|
+
.nav-brand { font-size:16px; font-weight:700; color:var(--black); text-decoration:none; }
|
|
17
|
+
.nav-links { display:flex; gap:20px; list-style:none; }
|
|
18
|
+
.nav-links a { font-size:14px; font-weight:500; color:var(--gray); text-decoration:none; }
|
|
19
|
+
.nav-links a:hover { color:var(--purple); }
|
|
20
|
+
.nav-cta { display:inline-block; background:var(--purple); color:var(--white); padding:10px 20px; border-radius:12px; font-size:14px; font-weight:600; text-decoration:none; }
|
|
21
|
+
|
|
22
|
+
.hero { padding:64px 24px; text-align:center; }
|
|
23
|
+
.hero h1 { font-size:48px; font-weight:700; line-height:1.17; letter-spacing:-1px; margin-bottom:16px; }
|
|
24
|
+
.hero h1 span { color:var(--purple); }
|
|
25
|
+
.hero p { font-size:16px; color:var(--silver); max-width:480px; margin:0 auto 24px; }
|
|
26
|
+
.hero-buttons { display:flex; gap:12px; justify-content:center; }
|
|
27
|
+
.btn-purple { display:inline-block; background:var(--purple); color:var(--white); padding:13px 24px; border-radius:12px; font-size:16px; font-weight:600; text-decoration:none; border:none; cursor:pointer; }
|
|
28
|
+
.btn-outline { display:inline-block; background:var(--white); color:var(--purple-dark); padding:12px 24px; border-radius:12px; border:1px solid var(--purple-dark); font-size:16px; font-weight:600; text-decoration:none; cursor:pointer; }
|
|
29
|
+
.btn-subtle { display:inline-block; background:var(--purple-subtle); color:var(--purple); padding:8px 16px; border-radius:12px; font-size:14px; font-weight:500; text-decoration:none; }
|
|
30
|
+
.btn-white { display:inline-block; background:var(--white); color:var(--black); padding:8px 12px; border-radius:10px; font-size:14px; font-weight:500; text-decoration:none; box-shadow:rgba(0,0,0,0.03) 0px 4px 24px; }
|
|
31
|
+
|
|
32
|
+
.section { padding:48px 24px; max-width:1100px; margin:0 auto; }
|
|
33
|
+
.section-label { font-size:12px; font-weight:600; color:var(--silver); text-transform:uppercase; letter-spacing:0.5px; margin-bottom:8px; }
|
|
34
|
+
.section-title { font-size:36px; font-weight:700; line-height:1.22; letter-spacing:-0.5px; margin-bottom:24px; }
|
|
35
|
+
.section-divider { border:none; border-top:1px solid var(--border); margin:0; }
|
|
36
|
+
|
|
37
|
+
.color-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(140px,1fr)); gap:10px; margin-bottom:20px; }
|
|
38
|
+
.color-swatch { border-radius:8px; overflow:hidden; border:1px solid var(--border); }
|
|
39
|
+
.color-swatch-block { height:60px; }
|
|
40
|
+
.color-swatch-info { padding:8px 10px; }
|
|
41
|
+
.color-swatch-name { font-size:12px; font-weight:600; margin-bottom:2px; }
|
|
42
|
+
.color-swatch-hex { font-size:10px; color:var(--silver); font-family:monospace; }
|
|
43
|
+
.color-swatch-role { font-size:9px; color:var(--silver); margin-top:2px; }
|
|
44
|
+
.color-group-label { font-size:12px; font-weight:600; color:var(--gray); margin:20px 0 8px; }
|
|
45
|
+
|
|
46
|
+
.type-sample { margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid rgba(222,222,229,0.5); }
|
|
47
|
+
.type-sample:last-child { border-bottom:none; }
|
|
48
|
+
.type-meta { font-size:10px; color:var(--silver); margin-top:4px; font-family:monospace; }
|
|
49
|
+
|
|
50
|
+
.button-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
|
|
51
|
+
.button-item { text-align:center; }
|
|
52
|
+
.button-label { font-size:10px; color:var(--silver); margin-top:6px; }
|
|
53
|
+
|
|
54
|
+
.card-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:12px; }
|
|
55
|
+
.card { background:var(--white); border:1px solid var(--border); border-radius:12px; padding:20px; }
|
|
56
|
+
.card h3 { font-size:18px; font-weight:600; margin-bottom:8px; }
|
|
57
|
+
.card p { font-size:14px; color:var(--silver); }
|
|
58
|
+
|
|
59
|
+
.form-group { margin-bottom:16px; max-width:400px; }
|
|
60
|
+
.form-label { display:block; font-size:14px; font-weight:600; margin-bottom:4px; }
|
|
61
|
+
.form-input { width:100%; background:var(--white); color:var(--black); border:1px solid var(--border); padding:12px 16px; border-radius:12px; font-family:var(--font); font-size:16px; outline:none; }
|
|
62
|
+
.form-input:focus { border-color:var(--purple); box-shadow:0 0 0 1px var(--purple); }
|
|
63
|
+
.form-input--focus { border-color:var(--purple); box-shadow:0 0 0 1px var(--purple); }
|
|
64
|
+
.form-input--error { border-color:#dc2626; box-shadow:0 0 0 1px #dc2626; }
|
|
65
|
+
.form-textarea { width:100%; min-height:80px; background:var(--white); color:var(--black); border:1px solid var(--border); padding:12px 16px; border-radius:12px; font-family:var(--font); font-size:16px; resize:vertical; outline:none; }
|
|
66
|
+
.form-state-label { font-size:9px; color:var(--silver); margin-top:4px; }
|
|
67
|
+
|
|
68
|
+
.spacing-row { display:flex; align-items:flex-end; gap:8px; flex-wrap:wrap; margin-bottom:16px; }
|
|
69
|
+
.spacing-item { text-align:center; }
|
|
70
|
+
.spacing-block { background:var(--purple); border-radius:3px; margin-bottom:4px; height:24px; }
|
|
71
|
+
.spacing-value { font-size:9px; color:var(--silver); font-family:monospace; }
|
|
72
|
+
|
|
73
|
+
.radius-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
|
|
74
|
+
.radius-item { text-align:center; }
|
|
75
|
+
.radius-box { width:52px; height:52px; background:var(--purple-subtle); margin-bottom:4px; }
|
|
76
|
+
.radius-label { font-size:9px; color:var(--silver); font-family:monospace; }
|
|
77
|
+
|
|
78
|
+
.elevation-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px,1fr)); gap:12px; }
|
|
79
|
+
.elevation-card { background:var(--white); border:1px solid var(--border); border-radius:12px; padding:16px; text-align:center; }
|
|
80
|
+
.elevation-label { font-size:13px; font-weight:600; margin-bottom:4px; }
|
|
81
|
+
.elevation-desc { font-size:9px; color:var(--silver); font-family:monospace; }
|
|
82
|
+
|
|
83
|
+
.footer { padding:24px; text-align:center; background:var(--black); color:var(--silver); font-size:12px; }
|
|
84
|
+
.footer a { color:var(--purple); text-decoration:underline; }
|
|
85
|
+
|
|
86
|
+
@media (max-width:768px) { .hero h1 { font-size:32px; } .nav-links { display:none; } .section { padding:32px 16px; } .card-grid { grid-template-columns:1fr; } }
|
|
87
|
+
</style>
|
|
88
|
+
</head>
|
|
89
|
+
<body>
|
|
90
|
+
|
|
91
|
+
<nav class="nav"><span class="nav-brand">awesome-design-md</span><ul class="nav-links"><li><a href="#colors">Colors</a></li><li><a href="#typography">Typography</a></li><li><a href="#buttons">Buttons</a></li><li><a href="#cards">Cards</a></li><li><a href="#forms">Forms</a></li></ul><a class="nav-cta" href="#">Sign Up</a></nav>
|
|
92
|
+
|
|
93
|
+
<section class="hero"><h1>Design System<br>Inspired by <span>Kraken</span></h1><p>Every color, font, and component — visualized with crypto-exchange precision.</p><div class="hero-buttons"><a class="btn-purple" href="#">Create Account</a><a class="btn-outline" href="#">Explore</a></div></section>
|
|
94
|
+
|
|
95
|
+
<hr class="section-divider">
|
|
96
|
+
|
|
97
|
+
<section class="section" id="colors"><div class="section-label">01 / Colors</div><h2 class="section-title">Color Palette</h2>
|
|
98
|
+
<div class="color-group-label">Brand</div>
|
|
99
|
+
<div class="color-grid">
|
|
100
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#7132f5"></div><div class="color-swatch-info"><div class="color-swatch-name">Kraken Purple</div><div class="color-swatch-hex">#7132f5</div><div class="color-swatch-role">Primary CTA</div></div></div>
|
|
101
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#5741d8"></div><div class="color-swatch-info"><div class="color-swatch-name">Purple Dark</div><div class="color-swatch-hex">#5741d8</div><div class="color-swatch-role">Borders, outlined</div></div></div>
|
|
102
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#5b1ecf"></div><div class="color-swatch-info"><div class="color-swatch-name">Purple Deep</div><div class="color-swatch-hex">#5b1ecf</div><div class="color-swatch-role">Deepest variant</div></div></div>
|
|
103
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:rgba(133,91,251,0.16)"></div><div class="color-swatch-info"><div class="color-swatch-name">Purple Subtle</div><div class="color-swatch-hex">rgba(133,91,251,0.16)</div><div class="color-swatch-role">Subtle button bg</div></div></div>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="color-group-label">Neutral</div>
|
|
106
|
+
<div class="color-grid">
|
|
107
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#101114"></div><div class="color-swatch-info"><div class="color-swatch-name">Near Black</div><div class="color-swatch-hex">#101114</div><div class="color-swatch-role">Primary text</div></div></div>
|
|
108
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#686b82"></div><div class="color-swatch-info"><div class="color-swatch-name">Cool Gray</div><div class="color-swatch-hex">#686b82</div><div class="color-swatch-role">Borders</div></div></div>
|
|
109
|
+
<div class="color-swatch"><div class="color-swatch-block" style="background:#9497a9"></div><div class="color-swatch-info"><div class="color-swatch-name">Silver Blue</div><div class="color-swatch-hex">#9497a9</div><div class="color-swatch-role">Secondary text</div></div></div>
|
|
110
|
+
</div></section>
|
|
111
|
+
|
|
112
|
+
<hr class="section-divider">
|
|
113
|
+
|
|
114
|
+
<section class="section" id="typography"><div class="section-label">02 / Typography</div><h2 class="section-title">Typography Scale</h2>
|
|
115
|
+
<div class="type-sample"><div style="font-size:48px; font-weight:700; line-height:1.17; letter-spacing:-1px;">Display Hero</div><div class="type-meta">Kraken-Brand — 48px / 700 / 1.17 / -1px</div></div>
|
|
116
|
+
<div class="type-sample"><div style="font-size:36px; font-weight:700; line-height:1.22; letter-spacing:-0.5px;">Section Heading</div><div class="type-meta">Kraken-Brand — 36px / 700 / 1.22 / -0.5px</div></div>
|
|
117
|
+
<div class="type-sample"><div style="font-size:22px; font-weight:600; line-height:1.20;">Feature Title</div><div class="type-meta">Kraken-Product — 22px / 600 / 1.20</div></div>
|
|
118
|
+
<div class="type-sample"><div style="font-size:16px; font-weight:400; line-height:1.38; color:var(--silver);">Body — Buy, sell, and trade crypto with Kraken. Trusted by millions worldwide.</div><div class="type-meta">Kraken-Product — 16px / 400 / 1.38</div></div>
|
|
119
|
+
<div class="type-sample"><div style="font-size:14px; font-weight:600; line-height:1.71; color:var(--silver);">Caption — Last updated 2 min ago</div><div class="type-meta">Kraken-Product — 14px / 600 / 1.71</div></div>
|
|
120
|
+
</section>
|
|
121
|
+
|
|
122
|
+
<hr class="section-divider">
|
|
123
|
+
|
|
124
|
+
<section class="section" id="buttons"><div class="section-label">03 / Buttons</div><h2 class="section-title">Buttons</h2>
|
|
125
|
+
<div class="button-row">
|
|
126
|
+
<div class="button-item"><a class="btn-purple" href="#">Create Account</a><div class="button-label">Primary Purple</div></div>
|
|
127
|
+
<div class="button-item"><a class="btn-outline" href="#">Explore</a><div class="button-label">Purple Outlined</div></div>
|
|
128
|
+
<div class="button-item"><a class="btn-subtle" href="#">Learn</a><div class="button-label">Purple Subtle</div></div>
|
|
129
|
+
<div class="button-item"><a class="btn-white" href="#">Details</a><div class="button-label">White Shadow</div></div>
|
|
130
|
+
</div></section>
|
|
131
|
+
|
|
132
|
+
<hr class="section-divider">
|
|
133
|
+
|
|
134
|
+
<section class="section" id="cards"><div class="section-label">04 / Cards</div><h2 class="section-title">Cards</h2>
|
|
135
|
+
<div class="card-grid">
|
|
136
|
+
<div class="card"><h3>Bitcoin (BTC)</h3><p>The most trusted cryptocurrency. Buy and sell with low fees on Kraken.</p></div>
|
|
137
|
+
<div class="card"><h3>Ethereum (ETH)</h3><p>Smart contracts and DeFi. Trade ETH and hundreds of tokens.</p></div>
|
|
138
|
+
<div class="card"><h3>Staking</h3><p>Earn rewards by staking your crypto. Flexible and bonded options available.</p></div>
|
|
139
|
+
</div></section>
|
|
140
|
+
|
|
141
|
+
<hr class="section-divider">
|
|
142
|
+
|
|
143
|
+
<section class="section" id="forms"><div class="section-label">05 / Forms</div><h2 class="section-title">Forms</h2>
|
|
144
|
+
<div class="form-group"><label class="form-label">Email</label><input class="form-input" type="email" placeholder="you@email.com"><div class="form-state-label">Default</div></div>
|
|
145
|
+
<div class="form-group"><label class="form-label">Amount</label><input class="form-input form-input--focus" type="text" value="0.25 BTC"><div class="form-state-label">Focus (purple ring)</div></div>
|
|
146
|
+
<div class="form-group"><label class="form-label">Address</label><input class="form-input form-input--error" type="text" value="invalid"><div class="form-state-label">Error</div></div>
|
|
147
|
+
<div class="form-group"><label class="form-label">Note</label><textarea class="form-textarea" placeholder="Add a note..."></textarea></div>
|
|
148
|
+
</section>
|
|
149
|
+
|
|
150
|
+
<hr class="section-divider">
|
|
151
|
+
|
|
152
|
+
<section class="section"><div class="section-label">06 / Spacing</div><h2 class="section-title">Spacing</h2>
|
|
153
|
+
<div class="spacing-row"><div class="spacing-item"><div class="spacing-block" style="width:4px"></div><div class="spacing-value">4</div></div><div class="spacing-item"><div class="spacing-block" style="width:8px"></div><div class="spacing-value">8</div></div><div class="spacing-item"><div class="spacing-block" style="width:12px"></div><div class="spacing-value">12</div></div><div class="spacing-item"><div class="spacing-block" style="width:16px"></div><div class="spacing-value">16</div></div><div class="spacing-item"><div class="spacing-block" style="width:24px"></div><div class="spacing-value">24</div></div></div></section>
|
|
154
|
+
|
|
155
|
+
<hr class="section-divider">
|
|
156
|
+
|
|
157
|
+
<section class="section"><div class="section-label">07 / Radius</div><h2 class="section-title">Radius</h2>
|
|
158
|
+
<div class="radius-row"><div class="radius-item"><div class="radius-box" style="border-radius:6px"></div><div class="radius-label">6px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:8px"></div><div class="radius-label">8px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:12px"></div><div class="radius-label">12px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:16px"></div><div class="radius-label">16px</div></div><div class="radius-item"><div class="radius-box" style="border-radius:9999px; width:52px; height:52px;"></div><div class="radius-label">pill</div></div></div></section>
|
|
159
|
+
|
|
160
|
+
<hr class="section-divider">
|
|
161
|
+
|
|
162
|
+
<section class="section"><div class="section-label">08 / Elevation</div><h2 class="section-title">Depth</h2>
|
|
163
|
+
<div class="elevation-grid"><div class="elevation-card"><div class="elevation-label">Flat</div><div class="elevation-desc">No shadow</div></div><div class="elevation-card" style="box-shadow:rgba(0,0,0,0.03) 0px 4px 24px;"><div class="elevation-label">Subtle</div><div class="elevation-desc">4px 24px at 0.03</div></div><div class="elevation-card" style="box-shadow:0 0 0 1px var(--purple);"><div class="elevation-label">Focus</div><div class="elevation-desc">Purple ring</div></div></div></section>
|
|
164
|
+
|
|
165
|
+
<footer class="footer">Maintained by <a href="https://github.com/VoltAgent/voltagent" target="_blank" rel="noopener noreferrer" style="text-decoration:none;"><img src="https://github.com/VoltAgent.png?size=32" alt="VoltAgent" width="14" height="14" style="border-radius:3px;vertical-align:-2px;margin-right:3px;">VoltAgent</a> team</footer>
|
|
166
|
+
|
|
167
|
+
</body>
|
|
168
|
+
</html>
|