← Back

Nordic Night

Clarity, from the ground up.
Grounded·Clear·Calm·Finnish·Trustworthy

01 — The Logo Mark

Mark with teal left leg
Aurora
Horizontal lockup
Mark on light
Small sizes — 32px, 20px, 14px

02 — Color Palette

Nordic Charcoal
#0E0E12
Primary background
Stone Surface
#16161C
Cards, surfaces
Nordic Teal
#4ECDC4
Primary accent
White
#FFFFFF
Primary text, marks

03 — Typography

Heading — Sora 700
Clear Foundations
Heading 2 — Sora 600
Built on Trust
Heading 3 — Sora 500
Your Financial Ground Truth
Body — Nunito Sans 400
Aurora is built with the same clarity that defines Finnish design. No unnecessary complexity. No visual noise. Just your financial reality, presented with the precision and restraint it deserves. Every number is true. Every insight is earned.
Data treatment
€127,450.00
Google Fonts import
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Nunito+Sans:wght@300;400;500;600&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
Notification
Aurora · 5 min ago
Savings on track. €2,400 added to net worth this week.

06 — Brand Voice

Onboarding
Start with one account. Aurora builds your financial clarity from there — no complexity, no noise. Just the truth of your money, clearly presented.
Push Notification
Monthly summary ready. Spending down 12%. Savings rate steady at 26%.
Error State
Bank connection paused. Your data from the last sync is safe. We'll reconnect shortly.

07 — CSS Variable Spec

:root { --color-bg: #0E0E12; --color-surface: #16161C; --color-accent: #4ECDC4; --color-accent-2: #9B6DFF; --color-text: #FFFFFF; --color-muted: rgba(255,255,255,0.4); --font-heading: 'Sora', sans-serif; --font-body: 'Nunito Sans', sans-serif; --radius-sm: 6px; --radius-md: 10px; --shadow-card: 0 4px 20px rgba(0,0,0,0.4); }