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
# S88 — Luxury Silver
## Industry: SaaS
## Style DNA
- **Palette:** White, Silver, Platinum, Cool Greys.
- **Typography:** Montserrat, Lato (Ultralight weights).
- **Radius:** Clean sharp edges.
- **Shadow:** Cool soft shadows, metallic sheen.
- **Border:** Silver foil lines.
- **Patterns:** Subtle gradients, linen texture.
- **Motion:** Smooth, fluid, polished.
## Do's
- Look expensive
- Use whitespace
- Cool tones
- Silver gradients
## Don'ts
- Don't use gold
- Don't be warm
- Don't be heavy
## Design Tokens
```yaml
tokens:
meta:
style_id: "S88"
style_name: "Luxury Silver"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#FAFAFA"
secondary: "#FFFFFF"
text:
primary: "#1A1A1A"
secondary: "#4A4A4A"
muted: "#888888"
brand:
primary: "#C0C0C0"
accent: "#E0E0E0"
border:
strong: "#B0B0B0"
subtle: "rgba(176,176,176,0.3)"
state:
success: "#43A047"
warning: "#FB8C00"
error: "#E53935"
focus:
ring: "#9E9E9E"
radius:
none: 0
sm: 2
md: 4
lg: 8
border:
width:
hairline: 1
medium: 2
strong: 3
shadow:
silver: "0 4px 20px rgba(0,0,0,0.08)"
metallic: "0 2px 8px rgba(192,192,192,0.3)"
layout:
container:
content: 1080
wide: 1200
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 300
normal: 600
easing: "cubic-bezier(0.4, 0, 0.2, 1)"
typography:
font:
sans:
primary: "Montserrat"
fallback:
- "Lato"
- "sans-serif"
display:
primary: "Cormorant Garamond"
fallback:
- "serif"
scale:
h1: { size: 52, line: 64, weight: 300, tracking: 0.04 }
h2: { size: 40, line: 50, weight: 300, tracking: 0.02 }
h3: { size: 28, line: 36, weight: 400, tracking: 0.01 }
body: { size: 16, line: 28, weight: 300, tracking: 0.01 }
small: { size: 14, line: 22, weight: 400, tracking: 0.01 }
spacing:
base: 8
section_py:
mobile: [64, 80]
desktop: [112, 144]
```