Skip to main content

Brand guidelines

Crowded Kingdoms should feel bold, minimal, premium, and technically powerful. The visual system is black-on-white with ember used sparingly as the single ignition accent.

Wordmark

Stack the name in all caps:

CROWDED
KINGDOMS
  • CROWDED — black on light backgrounds, white on dark backgrounds
  • KINGDOMS — ember (#ED8B00, Pantone 144 C) on all backgrounds
  • Display font: Avenir Next Heavy (fallback: Montserrat ExtraBold / Black)

Core palette

TokenHexUsage
Void Black#030405Primary text, nav, dark sections
Pure White#FFFFFFDefault page background
Soft Black#111315Secondary dark surfaces
Bone White#F6F3EAWarm off-white sections
Steel Gray#70757DCaptions, metadata
Border Gray#E4E6E8Cards, dividers
Ember Signal#ED8B00Logo accent, large ignition CTAs, dark-theme accents (Pantone 144 C)
Ember Signal Hover#D97706Hover / pressed state for ember fills
Ember Deep#D96E1CAccessibility companion when white-on-ember is required
Ember Text#9A5300AA-safe ember for small labels and links on light backgrounds

Balance: roughly 82% black/white, 12% gray, 4% ember. Ember should feel earned, not dominant.

Filled ember CTAs use black text on #ED8B00 (homepage pattern). Prefer Ember Text for small ember-colored type on light surfaces.

Typography

RoleFont
Wordmark & display headingsAvenir Next Heavy (Montserrat ExtraBold / Black fallback)
SubheadsAvenir Next Demi Bold (Montserrat Bold fallback)
Body & UIInter

Buttons

Primary: black background, white text. Hover may shift toward ember with black text.

Secondary: black outline, transparent fill. Hover to black fill with white text.

Use ember buttons only for the single most important action or active system moment on a page.

Product UI

Management UI, docs, and account surfaces should be quieter than marketing pages:

  • Clarity and hierarchy over decoration
  • Ember for focus rings, selected nav items, links, and key actions
  • No fantasy textures, medieval ornament, or heavy gradients

CSS tokens

:root {
--color-black: #030405;
--color-soft-black: #111315;
--color-white: #ffffff;
--color-bone: #f6f3ea;
--color-ember: #ed8b00;
--color-ember-hover: #d97706;
--color-ember-deep: #d96e1c;
--color-ember-text: #9a5300;
--color-gray: #70757d;
--color-border: #e4e6e8;
--font-display: "Avenir Next", "Montserrat", system-ui, sans-serif;
--font-body: "Inter", system-ui, sans-serif;
}

These tokens are applied on docs.crowdedkingdoms.com and the Management UI portal.

For the full brand system (voice, imagery, layout, do/don't checklist), see the interactive guide: Full brand guidelines.