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
# S71 — Wasteland
## Industry: SaaS
## Style DNA
- **Palette:** Rust orange, olive green, dirt brown, slate grey.
- **Typography:** Stencil or distressed type.
- **Radius:** Broken, uneven.
- **Shadow:** Gritty, dirty.
- **Border:** Rusted metal, hazard tape.
- **Patterns:** Scratches, grime, hazard stripes.
- **Motion:** Jittery, failing tech.
## Do's
- Look dirty
- Survival theme
- Distressed textures
- Grunge
## Don'ts
- Don't be clean
- Don't be perfect
- Don't use bright primary colors
## Design Tokens
```yaml
tokens:
meta:
style_id: "S71"
style_name: "Wasteland"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#3e2723"
secondary: "#4e342e"
text:
primary: "#EFEBE9"
secondary: "#D7CCC8"
muted: "#A1887F"
brand:
primary: "#bf360c"
accent: "#ffea00"
border:
strong: "#795548"
subtle: "rgba(121,85,72,0.4)"
state:
success: "#7CB342"
warning: "#ffea00"
error: "#bf360c"
focus:
ring: "#ffea00"
radius:
none: 0
sm: 2
md: 4
lg: 8
rough: "2px 8px 4px 6px"
border:
width:
hairline: 1
hazard: 4
strong: 6
shadow:
grit: "2px 2px 0 rgba(0,0,0,0.3)"
deep: "0 8px 24px rgba(0,0,0,0.5)"
layout:
container:
content: 1080
wide: 1200
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 100
normal: 200
easing: "steps(3)"
typography:
font:
sans:
primary: "Teko"
fallback:
- "Impact"
- "sans-serif"
display:
primary: "Black Ops One"
fallback:
- "sans-serif"
scale:
h1: { size: 56, line: 60, weight: 700, tracking: 0.04 }
h2: { size: 42, line: 46, weight: 600, tracking: 0.02 }
h3: { size: 28, line: 34, weight: 500, tracking: 0.01 }
body: { size: 16, line: 26, weight: 400, tracking: 0 }
small: { size: 14, line: 20, weight: 400, tracking: 0 }
spacing:
base: 8
section_py:
mobile: [56, 72]
desktop: [88, 112]
```