See the Light
Brand Guidelines • August 2025
The Vision Portal represents insight, clarity, and the ability to "see the light" in revenue data.
A dark-first palette optimized for data visualization and extended viewing sessions.
A dual-font system optimized for clarity and data presentation.
We use Inter throughout for consistency and clarity. The font's wide weight range (400-800) provides sufficient variation for headlines, body text, and UI elements without needing a separate display font. This creates a cohesive, professional feel perfect for a data dashboard.
Reserved exclusively for numerical data, addresses, code snippets, and any content requiring precise alignment. The monospace nature ensures numbers align perfectly in tables and makes large figures easier to scan.
Glass morphism components with golden accents for premium data visualization.
Base glass effect with subtle backdrop blur and glass edges. Perfect for data cards and content sections.
Premium variant for important metrics, CTAs, and flywheel activations. The golden tint draws attention.
Pool | Heaven Score | Revenue 24h | Status |
---|---|---|---|
LIGHT
|
92 | $1,240 | ● Active |
Supporting graphics and visualization patterns.
Flywheel Growth
Revenue Growth
Network Effect
Real-world usage examples across different platforms.
Navigation bar implementation with logo and tagline
Twitter/X Profile
Open Graph
Copy-paste ready code for development.
// Glass Card Component (Tailwind CSS) .glass-card { @apply relative overflow-hidden rounded-xl border border-white/10; background: rgba(20, 20, 22, 0.4); backdrop-filter: blur(12px) saturate(1.2); box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08); } // Liquid Glass Gold Component .liquid-glass-gold { @apply relative overflow-hidden rounded-2xl; background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(255, 215, 0, 0.02) 100%); backdrop-filter: blur(12px) saturate(1.2); border: 1px solid rgba(255, 215, 0, 0.2); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 215, 0, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.2); transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); } .liquid-glass-gold:hover { transform: translateY(-2px); border-color: rgba(255, 215, 0, 0.4); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 215, 0, 0.1), inset 0 1px 0 rgba(255, 215, 0, 0.1); }
// Vision Portal Logo Component (React/Next.js) export const VisionPortalLogo = ({ size = 40, className = "" }) => { const scale = size / 40; return ( <svg width={size} height={size} viewBox="0 0 40 40" className={className} xmlns="http://www.w3.org/2000/svg" > <defs> <linearGradient id="visionGrad" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" stopColor="#FFD700" stopOpacity="0.3" /> <stop offset="50%" stopColor="#FFD700" stopOpacity="1" /> <stop offset="100%" stopColor="#FFC107" stopOpacity="0.3" /> </linearGradient> </defs> <circle cx="20" cy="20" r="12" fill="none" stroke="url(#visionGrad)" strokeWidth="0.8" opacity="0.3"/> <circle cx="20" cy="20" r="9.5" fill="none" stroke="url(#visionGrad)" strokeWidth="1" opacity="0.5"/> <circle cx="20" cy="20" r="7" fill="none" stroke="url(#visionGrad)" strokeWidth="1.2" opacity="0.7"/> <circle cx="20" cy="20" r="4.5" fill="none" stroke="url(#visionGrad)" strokeWidth="1.5" opacity="0.9"/> <circle cx="20" cy="20" r="2.5" fill="#FFD700"/> <path d="M 8 20 Q 14 18, 20 20 Q 26 22, 32 20" fill="none" stroke="url(#visionGrad)" strokeWidth="1.2" opacity="0.6"/> </svg> ); };
/* Tailwind Config Extensions */ module.exports = { theme: { extend: { colors: { "heaven-gold": "#FFD700", "heaven-gold-dark": "#FFC107", "heaven-gold-darker": "#FFB300", "bg-primary": "#0A0A0B", "bg-secondary": "#0F0F11", "bg-tertiary": "#141416", "bg-elevated": "#1A1A1D", "text-primary": "#FFFFFF", "text-secondary": "rgba(255, 255, 255, 0.7)", "text-muted": "rgba(255, 255, 255, 0.5)", }, backgroundImage: { "heaven-gradient": "linear-gradient(135deg, #FFD700 0%, #FFC107 50%, #FFB300 100%)", }, animation: { "pulse-golden": "pulse-golden 2s cubic-bezier(0.4, 0, 0.6, 1) infinite", "float": "float 6s ease-in-out infinite", }, }, }, };
HeavenDash Brand Guidelines
Last updated: August 2025
See the Light
Social Media Templates
Ready-to-use templates for consistent brand presence across social platforms.
Announcement Banner (1200x630)
[Your Headline Here]
[Supporting text or call to action]
Data Highlight (1200x630)
[Metric Description]
Quote Template (1080x1080)
[Your quote or statement here]
See the Light
heavendash.xyz
List Template (1200x630)
[List Title]
Chart Template (1200x630)
[Chart Title]
[Time Period]
Grid Template (1200x630)
[Grid Title]
Social Media Guidelines