Neon — Design System
Neon puts Postgres on a black stage lit by its own green glow: Inter at 68px/400 does the talking without display-font theatrics, 4px-radius buttons stay quiet, and branching diagrams plus autoscaling charts carry the story. The single neon accent against the dark reads as the brand itself — database engineering with just one light on.
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/neon.
Tokens
Neon's decoded design system: background #000000, text #ECECEE, accent #34D59A, link #39A57D, primary #34D59A; type scale h1 68px / h2 48px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #34D59A — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #0E0E0E |
| border | #232323 |
| text | #ECECEE |
| text_muted | #929293 |
| primary | #34D59A |
| accent | #34D59A |
| link | #39A57D |
| button_bg | #34D59A |
| button_text | #000000 |
Using these colors
- Action color
#34D59A— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#34D59A— one role, not several (the action color).- accent
#34D59A— 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
#39A57D— inline text links and link-styled controls.
Typography
- Heading: Inter
- Body: Inter
- Mono: GeistMono
- h1: 68px
- h2: 48px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 18px, 24px, 25px
Radii
- base: 4px
- button: 9999px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 200ms · 150ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--shiki-foreground | #f9fafa |
--shiki-token-embed | #fff |
--shiki-token-parameter | #ff990a |
--shiki-token-keyword | #34d59a |
--shiki-token-constant | #94b5f7 |
--shiki-token-comment | #797d86 |
--error-tooltip-bg | #000 |
--shiki-token-operator | #ba8c5e |
--shiki-token-string-expression | #af93ea |
--shiki-token-string | #ffed9c |
…and 48 more measured on the page.
Button states (measured)
- primary hover: background
#C9CBCF - primary focus: outline
2px solid rgb(56, 165, 125)
Layout (measured)
- container max-width:
1600px - nav: 64px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: span.truncate → ul.logos-content×4 → div.transition-opacity
Scroll reveal: 6 elements rest at opacity 0, animate in over 0.2s cubic-bezier(0.4, 0, 0.2, 1).
Overlay recipe (measured)
dropdown panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 639px · 767px · 1023px · 1279px · 1599px
- mobile (390px): hero 32px · nav hamburger
Per-section tokens (18)
- Hero — dark · bg #000000 · text #A6A8A3 · 1 col · center
- Hero — dark · bg #000000 · text #5F8774 · 1 col · left
- Feature — dark · bg #000000 · text #7E7F7E · 2 col · split
- Feature — dark · bg #010101 · text #97A7A3 · 1 col · left
- Logo Wall — dark · bg #000000 · text #6E6F71 · 4 col · split
- Logo Wall — dark · bg #000000 · text #454648 · 2 col · left
- Comparison — dark · bg #000000 · text #2C2D2E · 3 col · split
- Feature — dark · bg #000000 · text #E4F1EA · 1 col · left
- Feature — dark · bg #000000 · text #A9B2B0 · 1 col · left
- Comparison — light · bg #E4F1EA · text #6E9385 · 1 col · left
- FAQ — dark · bg #000000 · text #737373 · 1 col · center
- Feature — dark · bg #000000 · text #E4F1EA · 1 col · center
- CTA / Sign-up — dark · bg #17191A · text #858688 · 2 col · left
- Feature — dark · bg #000000 · text #909C9B · 1 col · left
- Footer — dark · bg #000000 · text #2E3032 · 1 col · left
- Feature — dark · bg #000000 · text #6B6E6C · 2 col · split
- Stats / Metrics — light · bg #E4F1EA · text #000000 · 1 col · left
- CTA / Sign-up — dark · bg #161618 · text #E4F1EA · 1 col · left
Export: DESIGN.md
# Neon — Design System > dark, modern, medium, tailwind — deep decode (measured live) Neon puts Postgres on a black stage lit by its own green glow: Inter at 68px/400 does the talking without display-font theatrics, 4px-radius buttons stay quiet, and branching diagrams plus autoscaling charts carry the story. The single neon accent against the dark reads as the brand itself — database engineering with just one light on. ## Colors | Role | Value | |------|-------| | bg | `#000000` | | surface | `#0E0E0E` | | border | `#232323` | | text | `#ECECEE` | | text_muted | `#929293` | | primary | `#34D59A` | | accent | `#34D59A` | | link | `#39A57D` | | button_bg | `#34D59A` | | button_text | `#000000` | **Using these colors** - **Action color** `#34D59A` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent`, `button_bg` are all `#34D59A` — one role, not several (your action color). - **accent** `#34D59A` — 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** `#39A57D` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#010101` 73.8% · `#0D1413` 19.4% · `#5C6C67` 6.8% ## Typography - Heading: **Inter** - Body: **Inter** - Mono: **GeistMono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 72px / 400 · lh 81px · tracking -2.88px | | h2 | 48px / 400 · lh 54px · tracking -1.92px | | h3 | 24px / 500 · lh 24px · tracking -0.96px | | body | 16px / 400 · lh 24px · tracking -0.32px | | small | 15px / 400 · lh 23px · tracking -0.15px | - Weight ladder: 300 · 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Inter — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 18px, 24px, 25px — snap all gaps/padding to these - section rhythm: 160px top/bottom padding per section (measured) ## Radius - base: 4px - button: 9999px - card: 4px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#000000` | none | 3.35544e+07px | 0px 18px 0px 18px | 500 14px / -0.28px | none | | secondary | `rgba(0, 0, 0, 0)` / `#94979E` | none | 4px | 12px 4px 12px 4px | 400 13px / -0.13px | none | **States (measured, not guessed)** - primary hover: background `#C9CBCF` - primary focus: outline `2px solid rgb(56, 165, 125)` - transition: `color 0.2s cubic-bezier(0.4, 0, 0.2, 1)` ## Motion - durations: 200ms (dominant) · 150ms · 300ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear` - animated properties: color, background-color, border-color, outline-color Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Their own tokens (verbatim from :root) | Token | Value | |-------|-------| | `--shiki-foreground` | `#f9fafa` | | `--shiki-token-embed` | `#fff` | | `--shiki-token-parameter` | `#ff990a` | | `--shiki-token-keyword` | `#34d59a` | | `--shiki-token-constant` | `#94b5f7` | | `--shiki-token-comment` | `#797d86` | | `--error-tooltip-bg` | `#000` | | `--shiki-token-operator` | `#ba8c5e` | | `--shiki-token-string-expression` | `#af93ea` | | `--shiki-token-string` | `#ffed9c` | | `--shiki-token-link` | `#47d18c` | | `--shiki-token-punctuation` | `#fff` | _…and 46 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1600px · common grid: 2-col - nav: 64px sticky · bg #000000 | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 100 | 1338 | 2 | 20 | 0/0 | — | | 2866 | 1068 | 2 | 128 | 88/105 | 18/82 | | 3934 | 1312 | 2 | 128 | 160/240 | 18/82 | ## Motion choreography (measured) Load order: `span.truncate` @0ms → `ul.logos-content`×4 @0ms → `div.transition-opacity` @797ms - scroll reveal: 6 elements rest at opacity 0, animate in over 0.2s cubic-bezier(0.4, 0, 0.2, 1) (1 revealed during the drive). - overlay dropdown (auto-opened): panel rgba(0, 0, 0, 0) · r 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #FFFFFF · no underline ## Responsive (measured) - breakpoints: 639px · 767px · 1023px · 1279px · 1599px - mobile (390px): hero 32px · body 16px · nav: hamburger ## 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/neon
Export: Tailwind v4 (@theme)
@theme {
/* action color #34D59A — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #000000;
--color-surface: #0E0E0E;
--color-border: #232323;
--color-text: #ECECEE;
--color-text-muted: #929293;
--color-primary: #34D59A; /* primary brand / action color. */
--color-accent: #34D59A; /* 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: #39A57D; /* inline text links and link-styled controls. */
--color-button-bg: #34D59A; /* primary-button fill — the main call-to-action color. */
--color-button-text: #000000;
/* fonts: Inter — free, on Google. */
--font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "GeistMono", ui-monospace, monospace;
/* measured weights: 300, 400, 500, 600 — use these, not 400/600 */
--text-hero: 72px; --font-weight-hero: 400; --leading-hero: 81px; --tracking-hero: -2.88px;
--text-h2: 48px; --font-weight-h2: 400; --leading-h2: 54px; --tracking-h2: -1.92px;
--text-h3: 24px; --font-weight-h3: 500; --leading-h3: 24px; --tracking-h3: -0.96px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 24px; --tracking-body: -0.32px;
--text-small: 15px; --font-weight-small: 400; --leading-small: 23px; --tracking-small: -0.15px;
--radius-base: 4px;
--radius-button: 9999px;
--radius-card: 4px;
--radius-pill: 9999px;
--color-btn-hover: #C9CBCF; /* measured primary hover fill */
--outline-focus: 2px solid rgb(56, 165, 125); /* measured focus ring */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 160px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 10, 12, 14, 16, 18, 24, 25px */
}Export: CSS variables
:root {
/* action color #34D59A — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #000000;
--surface: #0E0E0E;
--border: #232323;
--text: #ECECEE;
--text-muted: #929293;
--primary: #34D59A; /* primary brand / action color. */
--accent: #34D59A; /* 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: #39A57D; /* inline text links and link-styled controls. */
--button-bg: #34D59A; /* primary-button fill — the main call-to-action color. */
--button-text: #000000;
--font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "GeistMono", ui-monospace, monospace;
--text-hero: 72px; --weight-hero: 400; --leading-hero: 81px; --tracking-hero: -2.88px;
--text-h2: 48px; --weight-h2: 400; --leading-h2: 54px; --tracking-h2: -1.92px;
--text-h3: 24px; --weight-h3: 500; --leading-h3: 24px; --tracking-h3: -0.96px;
--text-body: 16px; --weight-body: 400; --leading-body: 24px; --tracking-body: -0.32px;
--text-small: 15px; --weight-small: 400; --leading-small: 23px; --tracking-small: -0.15px;
--radius: 4px;
--radius-button: 9999px;
--radius-card: 4px;
--radius-pill: 9999px;
--btn-bg-hover: #C9CBCF;
--focus-ring: 2px solid rgb(56, 165, 125);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 160px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--shiki-foreground: #f9fafa;
--shiki-token-embed: #fff;
--shiki-token-parameter: #ff990a;
--shiki-token-keyword: #34d59a;
--shiki-token-constant: #94b5f7;
--shiki-token-comment: #797d86;
--error-tooltip-bg: #000;
--shiki-token-operator: #ba8c5e;
--shiki-token-string-expression: #af93ea;
--shiki-token-string: #ffed9c;
--shiki-token-link: #47d18c;
--shiki-token-punctuation: #fff;
}
/* fonts: Inter — free, on Google. */