PAXEER NETWORK® — BRAND KIT

DOWNLOADS

Everything in one place. Logo lockups, the Paxeer Grand Sans typeface, and drop-in design tokens ready to ship.

03 — DESIGN TOKENS

CSS Design Tokens

Copy and paste directly into your project.

/* Paxeer Brand Design Tokens */
:root {
  --paxeer-blue:    #004CED;
  --paxeer-ink:     #2841B8;
  --obsidian:       #04050A;
  --graphite:       #1A1E27;
  --storm:          #3A4151;
  --slate:          #6F7686;
  --mist:           #9DA3B2;
  --smoke:          #CFD3DB;
  --paper:          #FFFFFF;

  --gradient-brand: linear-gradient(118deg, #2841B8, #004CED);

  --success:        #2F9F75;
  --error:          #D14D5E;
  --warning:        #CB7C25;

  --font-display:   'Paxeer Grand Sans', Inter, system-ui, sans-serif;
  --font-body:      Inter, system-ui, sans-serif;
  --font-mono:      'JetBrains Mono', ui-monospace, monospace;

  --ease-glassy:    cubic-bezier(0.32, 0.72, 0, 1);
  --duration-snap:  220ms;
  --duration-std:   340ms;
}