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
# S54 — Art Nouveau
## Industry: SaaS
## Style DNA
- **Palette:** Muted golds, olive greens, floral tones.
- **Typography:** Ornamental, flowing Serif.
- **Radius:** Complex curves, floral motifs.
- **Shadow:** Soft, natural shadows.
- **Border:** Intricate floral borders.
- **Patterns:** Vines, flowers, Mucha-style curves.
- **Motion:** Growing vines, elegant fades.
## Do's
- Use curves
- Be ornamental
- Reference nature
- Use muted elegance
## Don'ts
- Don't use straight lines
- Don't use neon
- Don't be minimal
- Don't be industrial
## Design Tokens
```yaml
tokens:
meta:
style_id: "S54"
style_name: "Art Nouveau"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#F5F5DC"
secondary: "#EADDCA"
text:
primary: "#3D3D3D"
secondary: "#5A5A5A"
muted: "#7A7A7A"
brand:
primary: "#C5A059"
accent: "#556B2F"
accent:
gold: "#C5A059"
green: "#556B2F"
red: "#8B4513"
border:
strong: "#8B7355"
subtle: "#C4B896"
state:
success: "#556B2F"
warning: "#C5A059"
error: "#8B4513"
focus:
ring: "#C5A059"
radius:
none: 0
sm: 8
md: 16
lg: 24
ornate: 16
border:
width:
delicate: 1
medium: 2
ornate: 3
shadow:
soft: "0 4px 16px rgba(0,0,0,0.1)"
nature: "0 8px 24px rgba(107,85,53,0.15)"
layout:
container:
content: 1000
wide: 1120
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 400
normal: 800
easing: "ease-in-out"
typography:
font:
serif:
primary: "Cinzel Decorative"
fallback:
- "serif"
body:
primary: "Playfair Display"
fallback:
- "Georgia"
- "serif"
scale:
h1: { size: 52, line: 64, weight: 400, tracking: 0.02 }
h2: { size: 40, line: 52, weight: 400, tracking: 0.01 }
h3: { size: 28, line: 38, weight: 400, 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: [64, 80]
desktop: [112, 144]
```