Island Boutique — Design System
Foundation verification page. Review tokens, typography, and base styles.
Typography
h1 — The Adriatic Awaits
h2 — Sun-Drenched Apartments on Rab Island
h3 — Wake Up to the Sound of the Sea
h4 — Every Detail, Curated for You
h5 — Boutique Comfort Meets Coastal Charm
h6 — Your Island Story Starts Here
Lead paragraph — Nestled along the pristine shores of Rab island, our apartments offer an intimate escape where Mediterranean warmth meets refined modern living.
Body text — Each apartment has been thoughtfully designed with locally sourced stone, handcrafted details, and panoramic views of the Adriatic. Whether you're seeking a peaceful retreat or an adventure-filled getaway, our island home becomes yours.
Small text — Prices start from €120/night. Minimum stay 3 nights during peak season.
This is a link to availability within body text. Here is bold text and italic emphasis. Also inline code and highlighted text.
"The most beautiful apartment we've ever stayed in. The view from the terrace at sunset is unforgettable."
- Air conditioning throughout
- Private parking included
- Fully equipped kitchen
- Sea-view terrace
- Choose your apartment
- Select your dates
- Send us an inquiry
- Receive confirmation
// Design tokens usage
.card {
background: var(--color-white);
border-radius: var(--radius-md);
box-shadow: var(--shadow-card);
padding: var(--space-lg);
}Color Palette
Primary
#1B2D3A#D4845A#2B2B2BNeutral Backgrounds
#FAFAF7#F5F0E8#E8F0F4Supporting
#4A6274#FFFFFF#C57548#243B4DSemantic
#4A90D9#C94B4B#5A9E6F#D4A84ASpacing Scale
--space-xs4px--space-sm8px--space-md16px--space-lg24px--space-xl32px--space-2xl48px--space-3xl64px--space-4xl80pxBorder Radius
--radius-sm8px--radius-md16px--radius-lg24px--radius-pill9999pxShadows
--shadow-sm--shadow-md--shadow-lg--shadow-xlButtons
Button component styles (not yet built). Previewing the spec with inline styles:
States
Form Inputs
Container & Section Demo
This section uses .section for vertical rhythm and .container for centered max-width content. The container is capped at 1200px with 24px side padding.
Dark Section (Navy)
This demonstrates a navy background section, used for the header, footer, and stat bars. Text inverts to white for contrast.