Our Place — Design System
The full decoded design system for Our Place: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/our-place.
Tokens
Our Place's decoded design system: background #FCFAF6, text #35312E, accent #F6F3EB, link #465661, primary #EBE5D4; type scale h1 60px / h2 60px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #F6F3EB — 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 | #465661 |
| secondary | #AF5A3C |
| button_bg | #F6F3EB |
| button_text | #35312E |
Using these colors
- Action color
#F6F3EB— the single interactive color; only on things you click or must notice, never large fills. accent,button_bgare all#F6F3EB— one role, not several (the action color).- accent
#F6F3EB— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - primary
#EBE5D4— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB). - link
#465661— inline text links and link-styled controls. - secondary
#AF5A3C— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Calibre
- Body: Calibre
- h1: 60px
- h2: 60px
- body: 16px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 4px
- button: 4px
Per-section tokens (9)
- Hero
- Gallery / Showcase
- Gallery / Showcase
- Banner
- Testimonial / Social Proof
- Gallery / Showcase
- Logo Wall
- Gallery / Showcase
- Footer
Export: DESIGN.md
# Our Place — Design System > light, modern, medium, tailwind ## Colors | Role | Value | |------|-------| | bg | `#FCFAF6` | | surface | `#F0EDEA` | | border | `#DEDBD8` | | text | `#35312E` | | text_muted | `#807D7A` | | primary | `#EBE5D4` | | accent | `#F6F3EB` | | link | `#465661` | | secondary | `#AF5A3C` | | button_bg | `#F6F3EB` | | button_text | `#35312E` | **Using these colors** - **Action color** `#F6F3EB` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `button_bg` are all `#F6F3EB` — one role, not several (your action color). - **accent** `#F6F3EB` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - **primary** `#EBE5D4` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB). - **link** `#465661` — inline text links and link-styled controls. - **secondary** `#AF5A3C` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. ## Typography - Heading: **Calibre** _(free fallback: Newsreader)_ - Body: **Calibre** _(free fallback: Newsreader)_ - h1: 60px - h2: 60px - body: 16px > **Fonts —** Calibre may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px - scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px ## Radius - base: 4px - button: 4px ## Primary button - bg `#F6F3EB` · text `#35312E` · radius 4px ## 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.
Export: Tailwind v4 (@theme)
@theme {
/* action color #F6F3EB — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FCFAF6;
--color-surface: #F0EDEA;
--color-border: #DEDBD8;
--color-text: #35312E;
--color-text-muted: #807D7A;
--color-primary: #EBE5D4; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB). */
--color-accent: #F6F3EB; /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
--color-link: #465661; /* inline text links and link-styled controls. */
--color-secondary: #AF5A3C; /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
--color-button-bg: #F6F3EB; /* primary-button fill — the main call-to-action color. */
--color-button-text: #35312E;
/* fonts: Calibre may be proprietary — safe free fallback: Newsreader (Google Fonts). */
--font-heading: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--text-h1: 60px;
--text-h2: 60px;
--text-body: 16px;
--radius-base: 4px;
--radius-button: 4px;
--spacing-1: 2px;
--spacing-2: 4px;
--spacing-3: 6px;
--spacing-4: 8px;
--spacing-5: 12px;
--spacing-6: 16px;
--spacing-7: 24px;
--spacing-8: 32px;
}Export: CSS variables
:root {
/* action color #F6F3EB — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FCFAF6;
--surface: #F0EDEA;
--border: #DEDBD8;
--text: #35312E;
--text-muted: #807D7A;
--primary: #EBE5D4; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB). */
--accent: #F6F3EB; /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
--link: #465661; /* inline text links and link-styled controls. */
--secondary: #AF5A3C; /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
--button-bg: #F6F3EB; /* primary-button fill — the main call-to-action color. */
--button-text: #35312E;
--font-heading: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--radius: 4px;
--radius-button: 4px;
}
/* fonts: Calibre may be proprietary — safe free fallback: Newsreader (Google Fonts). */