// IDENTITY ASSETS & DESIGN SYSTEM
VALOSTATS BRAND ASSETS
Official vector graphics, typography specifications, color tokens, and app icons for the ValoStats AI tactical analytics engine. Free for creators, wiki editors, and community developers.
SOCIAL SHARE & OPENGRAPH PREVIEW
High-impact 1200x630 card for Discord rich embed links, Twitter summary cards, Reddit previews, and GitHub social banners.
// DESIGN TOKENS & PALETTE
OFFICIAL COLOR PALETTE
Click any swatch to copy the Hex code to clipboard.
Crimson Ember
#FF4655 --val-red
Tactical Cyan
#00D9C0 --val-teal
Obsidian Base
#0F1113 --bg-base
Surface Dark
#181B1F --bg-surface
Tactical White
#ECE8E1 --val-white
Radiant Gold
#F4E285 --val-gold
// INTEGRATION CODE
DEVELOPER IMPLEMENTATION SNIPPETS
HTML & Web Embed
Direct vector SVG link for HTML websites and web applications.
<!-- ValoStats Icon -->
<img src="/assets/brand/valostats-icon.svg"
width="32" height="32"
alt="ValoStats Logo" />
<!-- ValoStats Horizontal Logo -->
<img src="/assets/brand/valostats-logo-horizontal.svg"
width="260" height="50"
alt="ValoStats AI Coach & Tracker" />
WPF XAML Vector Path
Native .NET 8 / C# vector path geometry for WPF desktop client.
<!-- In Resources/Theme.xaml or App.xaml -->
<Path Data="M 16,20 L 38,20 L 52,58 L 52,80 L 42,80 Z"
Fill="{DynamicResource AccentPrimary}" />
<Path Data="M 80,24 L 64,24 L 52,58 L 60,58 Z"
Fill="{DynamicResource AccentSecondary}" />