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
# S63 — Brushed Steel
## Industry: SaaS
## Style DNA
- **Palette:** Silvers, greys, reflections.
- **Typography:** Industrial sans serif.
- **Radius:** Micro-bevels.
- **Shadow:** Sharp metallic reflections.
- **Border:** Beveled edges.
- **Patterns:** Brushed metal lines.
- **Motion:** Mechanical sliding.
## Do's
- Look heavy
- Reflective
- Machined
- Precision
## Don'ts
- Don't look soft
- Don't look warm
- Don't look organic
## Design Tokens
```yaml
tokens:
meta:
style_id: "S63"
style_name: "Brushed Steel"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#cfd8dc"
secondary: "#B0BEC5"
text:
primary: "#263238"
secondary: "#37474F"
muted: "#546E7A"
brand:
primary: "#455A64"
accent: "#607D8B"
border:
strong: "#90A4AE"
subtle: "rgba(144,164,174,0.5)"
state:
success: "#4CAF50"
warning: "#FFC107"
error: "#F44336"
focus:
ring: "#455A64"
radius:
none: 0
sm: 2
md: 4
lg: 6
border:
width:
hairline: 1
medium: 2
bevel: 3
shadow:
metallic: "0 2px 4px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.4)"
machined: "inset 0 0 20px rgba(0,0,0,0.1)"
layout:
container:
content: 1120
wide: 1280
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 150
normal: 300
easing: "linear"
typography:
font:
sans:
primary: "Rajdhani"
fallback:
- "Arial"
- "sans-serif"
mono:
primary: "Share Tech Mono"
fallback:
- "monospace"
scale:
h1: { size: 48, line: 56, weight: 700, tracking: 0.02 }
h2: { size: 36, line: 44, weight: 600, tracking: 0.01 }
h3: { size: 24, line: 32, weight: 600, tracking: 0 }
body: { size: 16, line: 26, weight: 400, tracking: 0 }
small: { size: 14, line: 20, weight: 500, tracking: 0.01 }
spacing:
base: 8
section_py:
mobile: [56, 72]
desktop: [88, 112]
```