Design System

Jonjo Wadwa

Brand Guidelines & Visual Identity

01

Color Palette

The colour palette is intentionally minimal. Black and white form the foundation of the brand, ensuring clarity, contrast, and versatility across all applications. A single yellow accent colour is used sparingly to introduce focus and emphasis without overwhelming the system.

Primary Yellow #D3F265 Accent, highlights, CTAs
Charcoal #222222 Primary text, backgrounds
Neutral Gray #838383 Secondary text, captions
Light Gray #F5F5F5 Backgrounds, cards
Off White #FEFEFE Page backgrounds
02

Typography

Display Font

Clash Display

Semibold · Headings & Titles

AaBbCcDdEeFfGg HhIiJjKkLlMmNn OoPpQqRrSsTtUu VvWwXxYyZz
0123456789
Body Font
Aa

Inter

Inter is used as the primary body typeface for its clarity, neutrality, and readability across digital platforms. For standard digital applications, body text sizes should typically fall between 16 - 18px.

Light The quick brown fox
Regular The quick brown fox
Semibold The quick brown fox
Bold The quick brown fox
03

Type Scale

A consistent type scale ensures hierarchy and readability across all touchpoints.

Display Large Jonjo Wadwa 96px / Clash Display
Display Heading One 44px / Clash Display
Heading 1 Section Title 38px / Inter Bold
Heading 2 Subsection 24px / Inter Bold
Heading 3 Component Title 18px / Inter Bold
Body Regular paragraph text for content 16-18px / Inter Regular
Caption Small text, labels, metadata 14px / Inter Regular
05

Spacing System

Consistent spacing creates rhythm and visual harmony. The system uses an 8px base unit.

8px --space-1
16px --space-2
24px --space-3
32px --space-4
48px --space-6
64px --space-8
06

Components

Buttons

Tags & Badges

Design Development Featured

Input Fields

07

Design Tokens

Copy these CSS custom properties to implement the design system in your projects.

:root {
  /* Colors */
  --color-primary: #D3F265;
  --color-charcoal: #222222;
  --color-gray: #838383;
  --color-gray-light: #F5F5F5;
  --color-white: #FEFEFE;

  /* Typography */
  --font-display: 'Clash Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  
  /* Font Sizes */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 24px;
  --text-2xl: 38px;
  --text-3xl: 44px;
  --text-4xl: 96px;

  /* Spacing */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-6: 48px;
  --space-8: 64px;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 100px;
}

Jonjo Wadwa Brand Guidelines · 2024