← ALL CONCEPTS
Aurora
Clarity, from the ground up.
Calm · Grounded · Trustworthy · Human

Nordic Calm

Charcoal
#1C1C1E
Primary background
Arctic White
#F8F8F6
Primary text
Aurora Green
#4ECDC4
Accent, interactive
Warm Grey
#8A8A8E
Secondary text

Sora + Nunito Sans

Ground Level

Built on Fundamentals

Finnish design tradition meets intelligent finance

Good design disappears. It doesn't demand attention — it earns trust. Aurora's interface is built the Nordic way: functional first, beautiful as a consequence. Every element serves the person using it.

Your Week in Review

You spent €420 this week, which is €35 less than your average. Your savings rate improved to 38%. One bill is due Thursday — electricity, €62. Everything else is on track.

Mark & Wordmark

Aurora
On Dark
Aurora
On Light
Icon Only

Dashboard Component

Net Worth +1.8%
€127,450
38%
Savings rate
€1,240
Saved this month

How North Speaks

Onboarding Headline
Let's start with what you have. We'll build from there.
Push Notification
Your savings rate hit 38% this month. That's your best since September.
Error Message
Something went wrong on our end. Give us a moment — we're on it.

Do's and Don'ts

Use simple, human language — no jargon, no financial buzzwords
Let whitespace do the talking; resist the urge to fill every gap
Use aurora green for actions and positive states only
Don't use sharp corners or harsh visual edges
Don't use more than two colors in any single component
Don't be clever with copy — clarity always wins over wit

CSS Variables

:root {
  --color-bg: #1C1C1E;
  --color-surface: #242426;
  --color-accent: #4ECDC4;
  --color-text: #F8F8F6;
  --color-muted: #8A8A8E;
  --font-heading: 'Sora', sans-serif;
  --font-body: 'Nunito Sans', sans-serif;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(0,0,0,0.2);
}
← Back to all concepts