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
# S77 — Ukiyo-e
## Industry: SaaS
## Style DNA
- **Palette:** Indigo, prussian blue, salmon pink, washi white.
- **Typography:** Brush calligraphy.
- **Radius:** Soft curves.
- **Shadow:** Flat layers.
- **Border:** Black outlines.
- **Patterns:** Waves (Seigaiha), clouds.
- **Motion:** Slide ins, reveal.
## Do's
- Japanese aesthetic
- Flat colors
- Woodblock texture
- Nature
## Don'ts
- Don't use gradients
- Don't be 3D
- Don't be chaotic
## Design Tokens
```yaml
tokens:
meta:
style_id: "S77"
style_name: "Ukiyo-e"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#eceff1"
secondary: "#FAFAFA"
text:
primary: "#1a237e"
secondary: "#283593"
muted: "#5C6BC0"
brand:
primary: "#1a237e"
accent: "#ff8a65"
border:
strong: "#1a237e"
subtle: "rgba(26,35,126,0.3)"
state:
success: "#43A047"
warning: "#FB8C00"
error: "#E53935"
focus:
ring: "#1a237e"
radius:
none: 0
sm: 4
md: 8
lg: 12
border:
width:
outline: 2
medium: 3
strong: 5
shadow:
flat: "none"
subtle: "2px 2px 0 rgba(26,35,126,0.1)"
layout:
container:
content: 1080
wide: 1200
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 200
normal: 400
easing: "ease-out"
typography:
font:
sans:
primary: "Noto Serif JP"
fallback:
- "serif"
display:
primary: "Shippori Mincho"
fallback:
- "serif"
scale:
h1: { size: 48, line: 64, weight: 500, tracking: 0.02 }
h2: { size: 36, line: 50, weight: 500, tracking: 0.01 }
h3: { size: 24, line: 34, 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, 120]
```