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
# S87 — Luxury Gold
## Industry: SaaS
## Style DNA
- **Palette:** Black, Gold, Rich dark textures.
- **Typography:** Playfair Display, Cinzel, or elegant serif.
- **Radius:** Sharp or very slightly rounded (1px-2px).
- **Shadow:** Subtle ambient glows, gold reflections.
- **Border:** Thin gold framing lines.
- **Patterns:** Marble, damask, subtle noise.
- **Motion:** Slow, elegant, fade-ins.
## Do's
- Use gold
- Serif fonts
- Minimal layout
- High quality imagery
## Don'ts
- Don't be cheap
- Don't clutter
- Don't use bright primary colors
## Design Tokens
```yaml
tokens:
meta:
style_id: "S87"
style_name: "Luxury Gold"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#0F0F0F"
secondary: "#1A1A1A"
text:
primary: "#FFFFFF"
secondary: "#D4D4D4"
muted: "#888888"
brand:
primary: "#D4AF37"
accent: "#F4E08B"
border:
strong: "#D4AF37"
subtle: "rgba(212,175,55,0.3)"
state:
success: "#4CAF50"
warning: "#D4AF37"
error: "#C62828"
focus:
ring: "#D4AF37"
radius:
none: 0
sm: 2
md: 4
lg: 8
border:
width:
hairline: 1
medium: 2
strong: 3
shadow:
gold: "0 0 40px rgba(212,175,55,0.2)"
deep: "0 12px 40px 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: 400
normal: 800
easing: "ease-out"
typography:
font:
sans:
primary: "Playfair Display"
fallback:
- "Georgia"
- "serif"
display:
primary: "Cinzel"
fallback:
- "serif"
scale:
h1: { size: 56, line: 68, weight: 500, tracking: 0.04 }
h2: { size: 42, line: 52, weight: 500, tracking: 0.02 }
h3: { size: 28, line: 36, weight: 500, tracking: 0.01 }
body: { size: 16, line: 28, weight: 400, tracking: 0.01 }
small: { size: 14, line: 22, weight: 400, tracking: 0.01 }
spacing:
base: 8
section_py:
mobile: [64, 80]
desktop: [112, 144]
```