← All Expressions

Aurora Prime

Your financial life, in complete clarity.

GrandExpressiveAmbitiousInevitable
02 — Logo Mark

The Arc-A Mark

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

Colour System

Background
#07000F
Page background
Surface
#120A22
Cards, panels
Aurora Green
#00D4A0
Growth, positive
Aurora Violet
#9B6DFF
Brand, emphasis
White
#FFFFFF
Primary text
04 — Typography

Type System

H1 — Playfair Display 700

Your money deserves this level of clarity.

H2 — Playfair Display 600

The full view. Beautifully rendered.

H3 — Playfair Display 500

Wealth Overview

Body — Inter 400

Aurora Prime brings every dimension of your financial life into a single, elegant view. Bank accounts, investments, real estate, crypto — unified with the clarity and ambition your wealth deserves.

Number Display
€127,450.00
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter: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
Welcome to the complete picture of your financial life. This is Aurora.
Push Notification
Your wealth grew again this week. +€2,400 — and the trajectory is beautiful.
Error State
We're having trouble reaching one of your accounts. Your full picture will be restored shortly.
08 — CSS Specification

Design Tokens

:root {
  --color-bg: #07000F;
  --color-surface: #120A22;
  --color-accent: #00D4A0;
  --color-accent-2: #9B6DFF;
  --color-text: #FFFFFF;
  --color-muted: rgba(255,255,255,0.45);
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --shadow-card: 0 8px 40px rgba(100,0,200,0.12);
}