Hub

SOFT BENTO UI SYSTEM

A friendly style combining soft colors with modular boxes. Well-suited for dashboards, education, and community pages. Your prompt should include "pastel tones," "large corner radius," and "irregular bento grid" together.

Color System
#BDF2E0
#FFD9BF
#D9CBFF
Typography
Jua
Aa Bb Cc
Display: Jua 400
Body: Nunito 500 / 700
Radius Scale
8px
18px
30px
Grid System
Components
Get Started
New
Friendly,
Modular,
Playful
Spacing
8px
14px
20px
32px

AI Request Prompt

Design a landing page in Bento Bloom style — pastel tile mosaic with playful, rounded modularity.

COLOR TOKENS:
--bg: #f8f5ff
--text: #2a2141
--accent-1: #bdf2e0 (mint)
--accent-2: #ffd9bf (peach)
--accent-3: #d9cbff (lavender)
--tile-white: #fff
--border: #c6bae4
--hero-border: #d2c6ef
--hero-bg: #ffffffb8
Background: radial-gradient(circle at 10% 20%, #fff 0, transparent 30%), radial-gradient(circle at 92% 8%, rgba(217,203,255,0.5), transparent 26%), linear-gradient(180deg, #fcf9ff, #f8f5ff).
No other colors.

TYPOGRAPHY:
Heading: "Jua" 400, tracking -0.02em
Body: "Nunito" 500
Scale: clamp(2rem, 6vw, 4.4rem) for h1
Body line-height: 1.75
Heading line-height: 1

UI:
Hero panel: border-radius 30px, border 2px solid #d2c6ef, bg #ffffffb8, backdrop-filter blur(3px).
Tiles: border-radius 18px, border 1px solid #c6bae4, padding 14px. Each tile gets a distinct pastel bg from the accent palette.
Prompt box: border-radius 18px, border 2px solid #d2c6ef, bg #fff.
Buttons: pill shape (border-radius 999px), border 1px solid #7a63a8, color #493a74, bg #efe7ff.

LAYOUT:
Content max-width: min(1050px, 92vw)
Page padding: 28px 0 76px
Hero padding: clamp(22px, 5vw, 44px)
Bento grid: 6 columns, gap 10px
Tile spans: row 1 = span 3 + span 3, row 2 = span 2 + span 2 + span 2
Lead max-width: 700px

MOTION:
Entrance: translateY(10px) scale(0.98) → translateY(0) scale(1), opacity 0 → 1, 600ms ease, stagger 80ms per tile
Hover: none specified — keep playful but simple
Respect prefers-reduced-motion.

RESPONSIVE:
720px: all tiles span 6 columns (full-width single column stack)
1024px: full 6-column bento grid, max-width 1050px layout

FORBIDDEN:
- Dark or saturated tones (light pastels only)
- Sharp right-angle corners (minimum border-radius 18px on tiles)
- Complex motion or 3D transforms
- More than 3 pastel accent colors
- Horizontal scroll at any viewport
- Heavy drop shadows (keep surfaces flat or very subtle)

OUTPUT:
1) Color + typography tokens as CSS custom properties
2) Hero / Feature Bento (6-col irregular grid) / Community / CTA structure
3) Semantic HTML + CSS with responsive support