Aurora Drift’s visual identity is built on a carefully curated deep-space palette. Every color has an intentional role — from the luminous turquoise glow that follows your cursor to the near-black navy that grounds the layout. All custom color tokens are defined inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/aurora-drift/llms.txt
Use this file to discover all available pages before exploring further.
assets/main.css as compiled Tailwind output; to change them globally you need to edit the original Vite source project and recompile.
Aurora Accent Colors
The aurora accent family provides the vivid, bioluminescent glow that defines the portfolio’s atmosphere. These colors appear in glows, gradients, borders, and active UI states.aurora-turquoise
#2DD4BF — The primary accent. Used for the cursor bloom radial gradient, active nav dots, button borders, and the dominant layer of the aurora SVG background.
aurora-cyan
#22D3EE — Secondary accent. Used as the end stop of nav underline gradients, link hover states, and focus ring colors.
aurora-teal
#14B8A6 — Tertiary accent. Appears in aurora layer 2 blends, selection highlight backgrounds, and hover border effects.
aurora-magenta
#EC4899 — Contrast accent. Used in aurora layer 2 gradients, tag labels, and decorative borders to add warm-pink contrast against the cool teal tones.
aurora-mint
#A7F3D0 — Soft highlight. Referenced in
Nav.js (hover:text-aurora-mint) and used as the start stop of aurora layer 3’s gradient for a lighter, airier feel. Its hex value #a7f3d0 appears in the aurora3 gradient stop in AuroraBackground.js.Background Colors
navy
#050814 — The primary background. Applied globally to
body, this deep black-blue evokes the void of deep space and provides maximum contrast for luminous accent colors.navy-800
#0A1128 — The card and panel surface. Slightly lighter than
navy, it lifts glass panels off the background while remaining dark enough to support translucent glassmorphism effects.Text Colors
All text colors are standard Tailwind slate utilities applied against the navy background.| Tailwind Class | Hex Value | Usage |
|---|---|---|
text-white | #FFFFFF | Headings (h1–h6), active nav links |
text-slate-200 | #E2E8F0 | Default body text — set on body in main.css |
text-slate-300 | #CBD5E1 | Secondary body text, card descriptions |
text-slate-400 | #94A3B8 | Muted text, inactive nav link labels |
text-slate-500 | #64748B | Very muted text, metadata, timestamps |
Color Swatch Reference
| Token | Hex | RGB | Primary Usage |
|---|---|---|---|
aurora-turquoise | #2DD4BF | rgb(45, 212, 191) | Cursor glow, active nav, aurora L1 |
aurora-cyan | #22D3EE | rgb(34, 211, 238) | Nav underline end, link hover |
aurora-teal | #14B8A6 | rgb(20, 184, 166) | Aurora L2 blend, selection highlight |
aurora-magenta | #EC4899 | rgb(236, 72, 153) | Aurora L2, tag labels, contrast trim |
aurora-mint | #A7F3D0 | rgb(167, 243, 208) | Aurora L3 start, nav hover text |
navy | #050814 | rgb(5, 8, 20) | Global page background |
navy-800 | #0A1128 | rgb(10, 17, 40) | Card / glass panel surface |
Gradient Combinations
Gradients are one of the most expressive parts of the Aurora Drift design language. They appear as animated SVG aurora layers, nav underlines, and decorative UI elements.Nav Underline Gradient — turquoise → cyan → magenta
Nav Underline Gradient — turquoise → cyan → magenta
Aurora Layer 1 — turquoise → cyan (SVG linearGradient #aurora1)
Aurora Layer 1 — turquoise → cyan (SVG linearGradient #aurora1)
The primary aurora wave. Defined in
AuroraBackground.js as an SVG linearGradient from #2DD4BF (80% opacity) through #06B6D4 (40% opacity) to the navy background color. Animates continuously with mix-blend-screen.Aurora Layer 2 — magenta → teal (SVG linearGradient #aurora2)
Aurora Layer 2 — magenta → teal (SVG linearGradient #aurora2)
The second aurora wave, blended with
mix-blend-overlay. Runs from #C084FC (soft purple-magenta) through #14B8A6 (teal) to transparent. Adds warm contrast behind the dominant teal layer.Aurora Layer 3 — mint → turquoise (SVG linearGradient #aurora3)
Aurora Layer 3 — mint → turquoise (SVG linearGradient #aurora3)
The softest aurora layer, blended with
mix-blend-color-dodge. Runs vertically from #A7F3D0 (mint, 50% opacity) through #2DD4BF (turquoise, 20%) to transparent. This layer adds a lighter, almost white shimmer to the top of the aurora.Customizing the Palette
Aurora Drift ships as a compiled Vite output. The custom color tokens (
aurora-turquoise, aurora-cyan, aurora-teal, aurora-magenta, aurora-mint, navy, navy-800) are baked into assets/main.css at build time. To change any color globally, you need the original Vite source project — update the token value in your Tailwind config, then rebuild so that all utility classes referencing that token regenerate automatically.