Skip to main content
v2026.5 — Aurora system

The Glarify brand kit.

The visual system powering the All-in-One Overview — an editorial, magazine-grade language for analytics. An aurora gradient — teal, blue, mint — leads every brand surface, palette that lets data lead.

01 — Signature

Aurora gradient

Our hero ribbon. Used as a 2px top-rule on every magazine surface, a soft vertical wash for hero bands, and a 0.6-opacity accent for premium CTAs.

--gradient-aurora
90° · teal → periwinkle → mint
Soft wash
Vertical fade
Aurora TealHero band, left stop
Aurora BlueMid stop, ribbons
Aurora MintRight stop, glow
02 — Sources

Source palette

Three sources, three signatures. We never reuse these tints for anything that isn't the data source itself — that's how users learn the colour language at a glance.

GSC

Search Console — blue

GA4

Analytics — orange

Bing

Bing / Webmaster — teal-blue

03 — Foundations

Core surfaces

Every component pulls from these. Click any chip to copy the token name or its computed HSL.

BackgroundPage canvas
ForegroundPrimary text
CardSurface
MutedTints & rails
BorderHairlines
04 — Brand

Brand & status

Primary aurora-blue leads CTAs and AI surfaces. Status colours stay calm — no neon — so deltas don't shout over the data.

PrimaryAurora blue — CTAs
AccentAurora mint — highlights
SuccessPositive deltas
WarningCaution states
InfoNeutral notices
--gradient-brand
135° · teal → blue → mint
05 — Voice

Typography

Inter across the system. Tight tracking for display, generous leading for prose, tabular numerals for every metric.

Display · 60/64 · -0.02em

Data, beautifully.

H2 · 30/36 · semibold

Editorial hierarchy

Body · 16/26

Glarify's voice is calm and confident. We let charts and numbers carry the weight, and our prose stays out of their way — never more than two sentences when one will do.

Metric · tabular-nums

128,402

06 — In use

Components in context

A snapshot of how the system reads when assembled. Same tokens, same gradient, same calm hierarchy.

GSC clicks

39,680
+12.4% vs prior

GA4 clicks

71,920
+12.4% vs prior

Bing clicks

13,640
+12.4% vs prior
Editorial card

Magazine-grade surfaces

Aurora rule + soft vertical wash + a clean card. This is the recipe we apply to every hero band across the dashboard so the brand language stays unmistakable.

07 — Recipes

How to use it

Three patterns cover ~90% of the system. Always reach for tokens — never raw hex in components.

Hero band
<div className="relative">
  <div className="absolute inset-x-0 top-0 h-[2px] bg-gradient-aurora" />
  <div className="absolute inset-0 bg-gradient-aurora-vert opacity-[0.12]" />
  …
</div>
Source accent
<div
  style={{
    background: 'hsl(var(--gsc) / 0.14)',
    color:      'hsl(var(--gsc))',
  }}
>…</div>
Heatmap cell
background:
  color-mix(in srgb,
    hsl(var(--ga4))   85%,
    hsl(var(--muted)));