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
# S73 — Impressionist
## Industry: SaaS
## Style DNA
- **Palette:** Pastel dabs, vibrant light, mixing colors.
- **Typography:** Artistic brush font or elegant serif.
- **Radius:** Paint daubs.
- **Shadow:** Painted shadows.
- **Border:** Brush strokes.
- **Patterns:** Canvas texture, paint strokes.
- **Motion:** Fading in, painting on.
## Do's
- Look painted
- Light and airy
- Visible strokes
- Monet vibes
## Don'ts
- Don't be sharp
- Don't be digital
- Don't use black
## Design Tokens
```yaml
tokens:
meta:
style_id: "S73"
style_name: "Impressionist"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#e1f5fe"
secondary: "#B3E5FC"
text:
primary: "#1565C0"
secondary: "#1976D2"
muted: "#64B5F6"
brand:
primary: "#81d4fa"
accent: "#fff59d"
border:
strong: "#4FC3F7"
subtle: "rgba(79,195,247,0.4)"
state:
success: "#A5D6A7"
warning: "#FFE082"
error: "#EF9A9A"
focus:
ring: "#81d4fa"
radius:
none: 0
sm: 8
md: 16
lg: 32
paint: "40% 60% 55% 45% / 55% 45% 55% 45%"
border:
width:
stroke: 2
medium: 4
strong: 6
shadow:
soft: "0 8px 32px rgba(129,212,250,0.3)"
paint: "4px 4px 0 rgba(255,245,157,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-in-out"
typography:
font:
sans:
primary: "Dancing Script"
fallback:
- "cursive"
body:
primary: "Lora"
fallback:
- "serif"
scale:
h1: { size: 56, line: 68, weight: 700, tracking: 0 }
h2: { size: 42, line: 54, weight: 600, tracking: 0 }
h3: { size: 28, line: 38, weight: 500, 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: [56, 72]
desktop: [96, 128]
```