← All Expressions

Instrument

Precision for your financial life.

PreciseColdAuthoritativeTechnical
02 — Logo Mark

The Arc-A Mark

Large — Dark BG
Aurora
Horizontal Lockup
Light Background
Small Sizes (32px → 14px)
03 — Color Palette

Colour System

Background
#050810
Page background
Surface
#0C1220
Cards, panels
Aurora Green
#00D4A0
Primary accent
White
#FFFFFF
Primary text
Muted
rgba(255,255,255,0.45)
Secondary text, labels
04 — Typography

Type System

H1 — Space Grotesk 700

Financial intelligence, precisely delivered.

H2 — Space Grotesk 600

Your accounts. One instrument.

H3 — Space Grotesk 500

Monthly Overview

Body — DM Mono 400

Aurora aggregates your financial data from every source — banks, investments, crypto, pensions — and presents it through a single, precise interface. No noise. No guesswork. Just signal.

Number Display — Space Grotesk 700
€127,450.00
Combined

Net Worth Trend

Your total net worth increased 4.2% this month, driven primarily by equity gains and consistent savings deposits.

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Mono:wght@400;500&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
Connect your accounts. See everything. Precisely.
Push Notification
Your net worth crossed €130K. Savings rate: 22.4% this month.
Error State
Bank sync interrupted. Reconnect to restore live data.
08 — CSS Specification

Design Tokens

:root {
  --color-bg: #050810;
  --color-surface: #0C1220;
  --color-accent: #00D4A0;
  --color-accent-2: #00D4A0;
  --color-text: #FFFFFF;
  --color-muted: rgba(255,255,255,0.45);
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'DM Mono', monospace;
  --radius-sm: 8px;
  --radius-md: 16px;
  --shadow-card: 0 4px 24px rgba(0,0,0,0.4);
}