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
# S59 — Jungle
## Industry: SaaS
## Style DNA
- **Palette:** Vibrant tropical greens, exotic flower pinks/yellows.
- **Typography:** Exotic display fonts.
- **Radius:** Big organic curves.
- **Shadow:** Deep canopy shadows.
- **Border:** Leaf outlines.
- **Patterns:** Monstera leaves, tiger stripes.
- **Motion:** Grow in, bounce.
## Do's
- Be lush
- Oversaturated colors
- Dense layout
- Exotic vibes
## Don'ts
- Don't be sparse
- Don't be dull
- Don't be techy
## Design Tokens
```yaml
tokens:
meta:
style_id: "S59"
style_name: "Jungle"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#004d40"
secondary: "#00695C"
text:
primary: "#FFFFFF"
secondary: "#B2DFDB"
muted: "#80CBC4"
brand:
primary: "#00e676"
accent: "#ff4081"
border:
strong: "#00e676"
subtle: "rgba(0,230,118,0.3)"
state:
success: "#00E676"
warning: "#FFEB3B"
error: "#FF5252"
focus:
ring: "#00e676"
radius:
none: 0
sm: 8
md: 16
lg: 32
leaf: "50% 0 50% 50%"
border:
width:
hairline: 1
medium: 3
strong: 5
shadow:
canopy: "0 20px 60px rgba(0,0,0,0.4)"
leaf: "4px 4px 0 rgba(0,0,0,0.2)"
layout:
container:
content: 1200
wide: 1400
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 200
normal: 400
easing: "cubic-bezier(0.34, 1.56, 0.64, 1)"
typography:
font:
sans:
primary: "Lobster"
fallback:
- "Pacifico"
- "cursive"
body:
primary: "Lato"
fallback:
- "sans-serif"
scale:
h1: { size: 64, line: 72, weight: 400, tracking: 0 }
h2: { size: 44, line: 52, weight: 400, tracking: 0 }
h3: { size: 28, line: 36, weight: 700, 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: [48, 64]
desktop: [80, 112]
```