Our Place — decoded design system
Our Place's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/fromourplace.com.
Decoded design system
Our Place's decoded design system: background #FCFAF6, text #35312E, accent #F6F3EB, link #FCFAF6, primary #EBE5D4; type scale h1 60px / h2 48px / body 20px; 4px spacing base; 4px base radius. The single interactive/action color is #AF5A3C — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FCFAF6 |
| surface | #F0EDEA |
| border | #DEDBD8 |
| text | #35312E |
| text_muted | #807D7A |
| primary | #EBE5D4 |
| accent | #F6F3EB |
| link | #FCFAF6 |
| secondary | #AF5A3C |
| button_bg | #AF5A3C |
| button_text | #FFFFFF |
Using these colors
- Action color
#AF5A3C— the single interactive color; only on things you click or must notice, never large fills. secondary,button_bgare all#AF5A3C— one role, not several (the action color).- accent
#F6F3EB— accent for emphasis — keep it rare on the page. - primary
#EBE5D4— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #AF5A3C). - link
#FCFAF6— fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
Typography
- Heading: Calibre
- Body: Calibre
- h1: 60px
- h2: 48px
- body: 20px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 40px
Radii
- base: 4px
- button: 4px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 400ms · 200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.44, 0.65, 0.07, 1.01) - animated properties: opacity, background-color, color, border-color
Button states (measured)
- primary hover: background
#8C4830
Layout (measured)
- container max-width:
1440px - nav: 65px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: div.marquee → div.marquee2 → nav.splide×10 → div.splide__slide×11 → div.box-border → div.placeholder
Scroll reveal: 40 elements rest at opacity 0, animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 550px · 749px · 768px · 860px · 992px · 1024px
- mobile (390px): hero 36px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/fromourplace.com
registry item · or query it over MCP: get_design_system("Our Place")
Export: DESIGN.md
# Our Place — Design System > light, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FCFAF6` | | surface | `#F0EDEA` | | border | `#DEDBD8` | | text | `#35312E` | | text_muted | `#807D7A` | | primary | `#EBE5D4` | | accent | `#F6F3EB` | | link | `#FCFAF6` | | secondary | `#AF5A3C` | | button_bg | `#AF5A3C` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#AF5A3C` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `secondary`, `button_bg` are all `#AF5A3C` — one role, not several (your action color). - **accent** `#F6F3EB` — accent for emphasis — keep it rare on the page. - **primary** `#EBE5D4` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #AF5A3C). - **link** `#FCFAF6` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **Page coverage** (full-page screenshot pixels): `#BEB6A2` 32.4% · `#FCFBF7` 26.8% · `#A49D89` 21.1% · `#837A62` 10.8% ## Typography - Heading: **Calibre** _(free fallback: Newsreader)_ - Body: **Calibre** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 300 · lh 66px | | h2 | 48px / 300 · lh 53px | | h3 | 36px / 400 · lh 48px | | body | 20px / 600 · lh 20px · tracking 1.6px | | small | 16px / 400 · lh 21px | | eyebrow | 20px / 600 · tracking 1.6px | - Weight ladder: 300 · 400 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Calibre may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 40px — snap all gaps/padding to these ## Radius - base: 4px - button: 4px - card: 4px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#AF5A3C` / `#FFFFFF` | 2px solid rgba(0, 0, 0, 0) | 4px | 0px 16px 0px 16px | 600 16px / 1.28px | none | | secondary | `#465661` / `#FCFAF6` | none | 0px | — | — | none | **States (measured, not guessed)** - primary hover: background `#8C4830` - transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 150ms (dominant) · 400ms · 200ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.44, 0.65, 0.07, 1.01)` - animated properties: opacity, background-color, color, border-color Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Layout (measured) - container max 1440px · common grid: 2-col - nav: 65px sticky | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 105 | 612 | 2 | — | 0/0 | — | | 783 | 416 | 4 | — | 0/0 | — | | 1199 | 977 | — | — | 0/0 | — | | 2285 | 741 | — | — | 0/0 | — | | 3026 | 868 | 2 | 48 | 0/0 | — | | 3894 | 319 | — | — | 0/0 | — | | 4213 | 804 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.marquee` @0ms → `div.marquee2` @0ms → `nav.splide`×10 @220ms → `div.splide__slide`×11 @220ms → `div.box-border` @1585ms → `div.placeholder` @1588ms - `div.splide__slide` ×2 — opacity 0→1 — 600ms cubic-bezier(0.25, 1, 0.5, 1) - `div.box-border` — opacity 1→1 — 2000ms cubic-bezier(0.4, 0, 0.6, 1) · loops - scroll reveal: 40 elements rest at opacity 0, animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #35312E · no underline - disabled: bg rgba(0, 0, 0, 0) · text #35312E ## Responsive (measured) - breakpoints: 550px · 749px · 768px · 860px · 992px · 1024px - mobile (390px): hero 36px · body 16px · nav: inline ## How to apply Paste the Tailwind `@theme` (or CSS variables) as your base, then build each section to its spec — verify every color, radius, and font against these tokens. Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.
An automated reading of Our Place's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with fromourplace.com. No screenshots stored. Removal requests: hello@mozaika.design.