We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joytorm/webforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# S66 — Knitwear
## Industry: SaaS
## Style DNA
- **Palette:** Soft pastels, whites, gray textures.
- **Typography:** Rounded and cozy.
- **Radius:** Very round.
- **Shadow:** Soft fabric occlusion.
- **Border:** None or fuzzy.
- **Patterns:** Knitted loops, cloth grain.
- **Motion:** Squishy, soft.
## Do's
- Feel comfy
- Use pattern overlay
- Soft colors
- Hyge
## Don'ts
- Don't look hard
- Don't look cold
- Don't be sharp
## Design Tokens
```yaml
tokens:
meta:
style_id: "S66"
style_name: "Knitwear"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#fff9c4"
secondary: "#FFF59D"
text:
primary: "#5D4037"
secondary: "#795548"
muted: "#A1887F"
brand:
primary: "#dce775"
accent: "#ffab91"
border:
strong: "#BCAAA4"
subtle: "rgba(188,170,164,0.4)"
state:
success: "#AED581"
warning: "#FFD54F"
error: "#EF9A9A"
focus:
ring: "#dce775"
radius:
none: 0
sm: 12
md: 20
lg: 32
full: 9999
border:
width:
hairline: 1
medium: 2
strong: 4
shadow:
soft: "0 4px 20px rgba(0,0,0,0.08)"
cozy: "0 8px 32px rgba(0,0,0,0.06)"
layout:
container:
content: 1080
wide: 1200
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 200
normal: 400
easing: "cubic-bezier(0.34, 1.56, 0.64, 1)"
typography:
font:
sans:
primary: "Nunito"
fallback:
- "Quicksand"
- "sans-serif"
mono:
primary: "Source Code Pro"
fallback:
- "monospace"
scale:
h1: { size: 48, line: 60, weight: 700, tracking: 0 }
h2: { size: 36, line: 46, weight: 600, tracking: 0 }
h3: { size: 24, line: 34, weight: 600, tracking: 0 }
body: { size: 16, line: 28, weight: 400, tracking: 0 }
small: { size: 14, line: 22, weight: 400, tracking: 0 }
spacing:
base: 8
section_py:
mobile: [56, 72]
desktop: [88, 112]
```