Jinba
Blueprint Studio
Jinba
Jinba

Brand Identity · Design System · Logo System · 2026

Brand Deck
Jinba Flow glyph
Jinba Flow · Glyph
Jinba App glyph
Jinba App · Glyph
Jinba Toolbox glyph
Jinba Toolbox · Glyph
Jinba Flow lockup
Jinba Flow · Lockup
Jinba App lockup
Jinba App · Lockup
Jinba Toolbox lockup
Jinba Toolbox · Lockup
Color

Primary

Urushi

Primary

Kuri

Primary

Haku

Secondary

Tsuchi

Secondary

Suna

Secondary

Kami

Light modeBrand
Neutral
Dark modeBrand
Neutral
Accents
Typography

Headings typeface

Tiempos
Text

By Klim Type Foundry

Headline60px / 1.22 / -0.025em
Heading 148px / 1.22 / -0.025em
Heading 236px / 1.3 / -0.025em
Heading 324px / 1.3 / -0.015em
Heading 416px / 1.3 / -0.015em

Body typeface

Geist
Regular

By Vercel

Body Large18px / 1.5 / 0em
Body16px / 1.5 / 0em
Body Small13px / 1.5 / 0em
Caption11px / 1.4 / 0.01em
Label10px / 1.4 / 0.04em
Textures
Chocolate brass texture
Copper aura texture
Golden Turrell Field
Stampede Brush
Brush sample 1
Brush sample 2
Wheat Field
Field sample 1
Field sample 2
Samples
Jinba website blog
Jinba business cards
Jinba website article
Jinba website products
Jinba website menu
Jinba website bento
Jinba stationary
Jinba LinkedIn posts
Jinba website uses
Jinba website footer
Jinba LinkedIn banners
Design System

The system is live in jinba-landing.

New surfaces (Flow, App, Toolbox) need to integrate the design system manually.

01

Copy the style files

From jinba-landing/apps/landing/src/styles/, copy scales.css · tokens.css · theme.css. Import them in order in the global CSS entry point.

02

Load the fonts

Add the Google Fonts import for Geist:

fonts.googleapis.com/css2?family=Geist:wght@100..900

Copy /fonts/tiempos-text-*.woff2 into the new repo's public folder and add the @font-face blocks from global.css.

03

Apply heading defaults

Copy the @layer base block from global.css that sets h1–h4 sizing, tracking, and font-family, plus the line-height overrides below it.

04

Wire Tailwind

Reference theme.css with @theme inline. This exposes bg-background, text-foreground, text-sand-*, etc. as utilities that adapt to light and dark mode automatically.

Toward a shared package

The current setup copies files between repos. The mature form is a published NPM package — @jinba/design-system — that any surface installs as a dependency. Tokens, scales, and component primitives ship as one versioned artifact. New products get the full system with a single npm install.

The token files are plain CSS custom properties, which makes them compatible with any design system that consumes CSS variables. Teams using Radix Themes, Primer, or Carbon can remap those systems' theme variables to Jinba's tokens — or ignore the Tailwind wiring entirely and reference the tokens directly in their own setup.

Blueprint Studio2026