← Back
Instrument
Precision for your financial life.
Precise
·
Cold
·
Authoritative
·
Reliable
·
Technical
01 — The Logo Mark
Isolated mark on dark
Aurora
Horizontal lockup
Mark on light
Small sizes — 32px, 20px, 14px
02 — Color Palette
Deep Night
#050810
Primary background
Surface
#0A0F1A
Cards, elevated surfaces
Instrument Green
#00D4A0
Primary accent, data highlights
White
#FFFFFF
Headings, primary text
Muted
rgba(255,255,255,0.4)
Secondary text, labels
03 — Typography
Heading — Space Grotesk 700
Financial Intelligence
Heading 2 — Space Grotesk 600
Portfolio Overview
Heading 3 — Space Grotesk 500
Monthly Cash Flow Analysis
Body — DM Mono 400
Aurora analyses every transaction across your accounts, detecting patterns invisible to the human eye. Your financial position is calculated in real time, with precision down to the cent.
Data treatment
€127,450.00
Google Fonts import
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=DM+Mono:wght@300;400;500&display=swap');
04 — Financial UI
Net Worth
€127,450
▲
+4.2% this month
3.2 months of runway secured
05 — Brand in Context
App Icon
App Navigation
Aurora
Notification
Aurora · 2 min ago
Net worth up €2,400 this week
06 — Brand Voice
Onboarding
Connect your accounts. Aurora does the rest. Every transaction tracked, every pattern mapped, every position calculated — in real time.
Push Notification
Your savings rate increased to 28.4% this month. Runway extended to 3.8 months.
Error State
Connection to Nordea interrupted. Last sync: 14 minutes ago. Retrying automatically. Your data is intact.
07 — CSS Variable Spec
:root {
--color-bg
:
#050810
;
--color-surface
:
#0A0F1A
;
--color-accent
:
#00D4A0
;
--color-accent-2
:
#9B6DFF
;
--color-text
:
#FFFFFF
;
--color-muted
:
rgba(255,255,255,0.4)
;
--font-heading
:
'Space Grotesk', sans-serif
;
--font-body
:
'DM Mono', monospace
;
--radius-sm
:
4px
;
--radius-md
:
8px
;
--shadow-card
:
0 4px 24px rgba(0,0,0,0.5)
; }