← All Expressions

Nordic Night

Clarity, from the ground up.

GroundedCalmFinnishTrustworthy
02 — Logo Mark

The Arc-A Mark

Large — Teal Arc
Aurora
Horizontal Lockup
Light Background
Small Sizes
03 — Color Palette

Colour System

Background
#0E0E12
Page background
Surface
#1A1A20
Cards, panels
Nordic Teal
#4ECDC4
Primary accent
White
#FFFFFF
Primary text
Muted
rgba(255,255,255,0.45)
Secondary text
04 — Typography

Type System

H1 — Sora 700

Clear finances. Calm decisions.

H2 — Sora 600

Built on trust. Designed for clarity.

H3 — Sora 500

Monthly Summary

Body — Nunito Sans 400

Aurora gives you a grounded view of your financial life. No hype, no gamification — just a reliable foundation for understanding where you stand and where you're heading.

Number Display
€127,450.00
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Nunito+Sans:wght@400;500;600&display=swap');
05 — Financial UI

Product Component

Net Worth
€127,450
↑ +4.2% this month
3.2 months of runway secured
06 — Brand in Context

Applied Mockups

App Icon
Navigation Bar
Push Notification
Aurora
Net worth up €2,400 this week
07 — Brand Voice

Copy Samples

Onboarding Headline
Link your accounts. Build your foundation. Know where you stand.
Push Notification
Good month. Your savings grew steadily — up €2,400 since last week.
Error State
One of your bank connections needs attention. We'll keep trying in the background.
08 — CSS Specification

Design Tokens

:root {
  --color-bg: #0E0E12;
  --color-surface: #1A1A20;
  --color-accent: #4ECDC4;
  --color-accent-2: #4ECDC4;
  --color-text: #FFFFFF;
  --color-muted: rgba(255,255,255,0.45);
  --font-heading: 'Sora', sans-serif;
  --font-body: 'Nunito Sans', sans-serif;
  --radius-sm: 10px;
  --radius-md: 18px;
  --shadow-card: 0 4px 24px rgba(0,0,0,0.35);
}