MozaikaLive decode

Pixlogix — decoded design system

pixlogix.com · dark · deep decode — measured live

Pixlogix'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.

Open in Mozaika →

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/pixlogix.com.

Decoded design system

Pixlogix's decoded design system: background #0A0A0B, text #12141D, link #25245D, primary #25245D; type scale h1 52px / h2 50px / body 16px; 8px spacing base; 50px base radius. The single interactive/action color is #25245D — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0A0A0B
surface#0A0A0C
border#0B0B0D
text#12141D
text_muted#0E1016
primary#25245D
link#25245D
button_bgrgba(0, 0, 0, 0)
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 250ms (dominant) with cubic-bezier(0.15, 0.3, 0.2, 0.9).

Native design tokens

TokenValue
--wp--preset--color--black#000000
--wp--preset--color--cyan-bluish-gray#abb8c3
--wp--preset--color--white#ffffff
--wp--preset--color--pale-pink#f78da7
--wp--preset--color--vivid-red#cf2e2e
--wp--preset--color--luminous-vivid-orange#ff6900
--wp--preset--color--luminous-vivid-amber#fcb900
--wp--preset--color--light-green-cyan#7bdcb5
--wp--preset--color--vivid-green-cyan#00d084
--wp--preset--color--pale-cyan-blue#8ed1fc

…and 51 more measured on the page.

Layout (measured)

Motion choreography (measured)

Load order: img

Scroll reveal: 1 elements rest at opacity 0, animate in over 1500ms.

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add https://mozaika.design/r/decode/pixlogix.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/pixlogix.theme.ts https://mozaika.design/api/astryx/decode/pixlogix.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Pixlogix")

Export: DESIGN.md

# Pixlogix — Design System

> dark — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0A0A0B` |
| surface | `#0A0A0C` |
| border | `#0B0B0D` |
| text | `#12141D` |
| text_muted | `#0E1016` |
| primary | `#25245D` |
| link | `#25245D` |
| button_bg | `rgba(0, 0, 0, 0)` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#25245D` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `link` are all `#25245D` — one role, not several (your action color).
- **Page coverage** (full-page screenshot pixels): `#25245D` 80.7% · `#FEFEFE` 12.2% · `#678E98` 7.1%

## Typography

- Heading: **Averta** _(free fallback: Newsreader)_
- Body: **Averta** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 52px / 700 · lh 78px |
| h2 | 50px / 700 · lh 59px |
| h3 | 30px / 600 · lh 42px |
| body | 16px / 400 · lh 24px |
| small | 14px / 600 · lh 17px |

- Weight ladder: 300 · 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Averta may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 4px, 5px, 6px, 8px, 10px, 16px, 20px, 24px, 30px, 32px — snap all gaps/padding to these
- section rhythm: 100px top/bottom padding per section (measured)

## Radius
- base: 50px
- button: 50px
- card: 50px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 50px | 0px 0px 0px 0px | 600 14px | none |

**States (measured, not guessed)**

- transition: `all 0.4s cubic-bezier(0.2, 1, 0.3, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.05) 0px 10px 25px 3px`
- overlay: `rgba(0, 0, 0, 0.06) 0px 4px 22px 0px`

## Motion
- durations: 250ms (dominant) · 400ms · 350ms
- easings: `cubic-bezier(0.15, 0.3, 0.2, 0.9)` (dominant) · `ease-in-out`
- animated properties: background-color, padding, transform, -webkit-transform

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 |
|-------|-------|
| `--wp--preset--color--black` | `#000000` |
| `--wp--preset--color--cyan-bluish-gray` | `#abb8c3` |
| `--wp--preset--color--white` | `#ffffff` |
| `--wp--preset--color--pale-pink` | `#f78da7` |
| `--wp--preset--color--vivid-red` | `#cf2e2e` |
| `--wp--preset--color--luminous-vivid-orange` | `#ff6900` |
| `--wp--preset--color--luminous-vivid-amber` | `#fcb900` |
| `--wp--preset--color--light-green-cyan` | `#7bdcb5` |
| `--wp--preset--color--vivid-green-cyan` | `#00d084` |
| `--wp--preset--color--pale-cyan-blue` | `#8ed1fc` |
| `--wp--preset--color--vivid-cyan-blue` | `#0693e3` |
| `--wp--preset--color--vivid-purple` | `#9b51e0` |

_…and 49 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1644px · common grid: 2-col
- nav: 89px fixed · border-bottom 1px solid rgb(241, 241, 241) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 89 | 780 | 2 | 20 | 60/55 | — |
| 284 | 800 | — | — | 0/0 | — |
| 869 | 378 | — | — | 50/75 | — |
| 1247 | 900 | 2 | — | 100/200 | — |
| 2147 | 834 | 2 | 40 | 100/100 | 34/66 |
| 2247 | 364 | — | — | 0/0 | — |
| 2981 | 753 | — | — | 100/100 | — |
| 3081 | 553 | 2 | — | 0/0 | 24/76 |

## Motion choreography (measured)
Load order: `img` @0ms
- `img` — transform rotate(0deg)→rotate(0deg) — 1500ms · loops
- scroll reveal: 1 elements rest at opacity 0, animate in over 1500ms (0 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #FFFFFF · no underline

## Responsive (measured)
- breakpoints: 575px · 767px · 992px · 1024px · 1200px · 1400px
- mobile (390px): 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/pixlogix.com

← All decoded design systems

An automated reading of Pixlogix's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with pixlogix.com. No screenshots stored. Removal requests: hello@mozaika.design.