A full-section hero component for landing pages and app headers. Supports size variants, gradient backgrounds, a dot-grid pattern overlay, and structured content slots for eyebrow, title, subtitle, and CTA actions.
Hero with dot-grid pattern, eyebrow, title, subtitle, and CTA buttons
✦ Now in v2.0
Build UIs at Velora speed
A fully original utility-first CSS framework with component richness and zero framework footprint.
example.html
<divstyle="font-family:system-ui,sans-serif;border-radius:12px;overflow:hidden;"><divclass="vel-herovel-hero-bg-pattern"style="min-height:320px;padding:3rem 2rem;"><divclass="vel-hero-content"><spanclass="vel-hero-eyebrow">✦ Now in v2.0</span><h1class="vel-hero-title">Build UIs at<br><spanstyle="color:#a87fff;">Velora speed</span></h1><pclass="vel-hero-subtitle">A fully original utility-first CSS framework with component richness and zero framework footprint.</p><divclass="vel-hero-actions"><buttonclass="vel-btnvel-btn-primaryvel-btn-lg">Get Started</button><buttonclass="vel-btnvel-btn-lg">View Docs</button></div></div></div></div>
Gradient hero variant
Open Source
Ship faster. Look better.
Every token, every component — all yours.
example.html
<divstyle="font-family:system-ui,sans-serif;border-radius:12px;overflow:hidden;"><divclass="vel-herovel-hero-gradient"style="min-height:240px;padding:3rem 2rem;"><divclass="vel-hero-content"><spanclass="vel-hero-eyebrow"style="background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.25);color:#fff;">Open Source</span><h1class="vel-hero-title"style="color:#fff;">Ship faster.<br>Look better.</h1><pclass="vel-hero-subtitle"style="color:rgba(255,255,255,0.75);">Every token, every component — all yours.</p><divclass="vel-hero-actions"><buttonclass="vel-btn"style="background:rgba(255,255,255,0.15);color:#fff;border-color:rgba(255,255,255,0.3);">Browse Components</button></div></div></div></div>