← All Expressions

Cosmos

The whole picture. Always.

VastIntelligentConnectedDeep
02 — Logo Mark

The Arc-A Mark

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

Colour System

Background
#080010
Page background
Surface
#110822
Cards, panels
Aurora Green
#00D4A0
Positive, growth
Aurora Violet
#9B6DFF
Brand accent
White
#FFFFFF
Primary text
04 — Typography

Type System

H1 — Outfit 700

See the whole picture of your finances.

H2 — Outfit 600

Connected intelligence across every account.

H3 — Outfit 500

Portfolio Breakdown

Body — Inter 400

Aurora connects the dots between your bank accounts, investments, pensions, and crypto wallets. It sees the patterns you can't — and presents them with clarity you've never had.

Number Display
€127,450.00
@import url('https://fonts.googleapis.com/css2?family=Outfit: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
Every account. Every asset. One complete view of your financial universe.
Push Notification
Your portfolio shifted. Three accounts moved in sync — here's why.
Error State
We lost connection to one of your accounts. Your big picture is temporarily incomplete.
08 — CSS Specification

Design Tokens

:root {
  --color-bg: #080010;
  --color-surface: #110822;
  --color-accent: #00D4A0;
  --color-accent-2: #9B6DFF;
  --color-text: #FFFFFF;
  --color-muted: rgba(255,255,255,0.45);
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --shadow-card: 0 4px 32px rgba(80,0,180,0.15);
}