European themes

Vienna Theme

An elegant purple theme with European sophistication. Ideal for cultural, artistic, and refined presentations.

bg
text
accent
accent2
gradient
Card Shadow elevated
Heading Weight 700
Constant THEME_VIENNA
Templates in this Theme

9 templates available in Vienna

Every template below is available with the Vienna theme. Click to view the template details or preview in the player.

Client Welcome Deck preview
Client Welcome Deck
21 variants
Client Welcome Deck
Onboarding presentations for new clients with team intros, process overview, communication guidelines, and project kickoff agenda slides.
Meeting Recap preview
Meeting Recap
21 variants
Meeting Recap
Post-meeting summary videos with action items, decisions made, attendee highlights, and next steps. Send instead of meeting notes.
Project Timeline preview
Project Timeline
21 variants
Project Timeline
Visual project timelines with milestones, phase markers, dependency arrows, and progress tracking. Gantt-style layouts for client presentations.
Rate Card preview
Rate Card
21 variants
Rate Card
Service pricing presentations with tier comparison, hourly vs project rates, package breakdowns, and value proposition layouts. Close deals faster.
Results Showcase preview
Results Showcase
21 variants
Results Showcase
Client ROI and results presentations with before/after metrics, growth charts, achievement highlights, and impact summaries. Prove your value.
Scope Change Request preview
Scope Change Request
21 variants
Scope Change Request
Formal scope change request videos with impact analysis, timeline adjustments, cost implications, and approval workflows. Professional change management.
Service Overview preview
Service Overview
21 variants
Service Overview
One-pager style service descriptions with capability lists, tech stack icons, process diagrams, and call-to-action sections. Perfect for LinkedIn or proposals.
Testimonial preview
Testimonial
126 variants
Testimonial
Animate client quotes with smooth entrance reveals, social proof reels, and editorial-style review layouts. Turn text testimonials into video content.
Weekly Client Report preview
Weekly Client Report
21 variants
Weekly Client Report
Professional weekly and monthly client reports with KPI cards, progress bars, status indicators, and executive summaries. Show project health at a glance.
Customize

Adapt the Vienna theme

Make this theme your own by customizing colors, fonts, and gradients.

Customize Colors

Modify the accent colors, backgrounds, and text colors to match your brand. All color values are defined in the theme configuration.

Change Fonts

Swap out the default fonts with your brand typography. The theme supports custom font families and weights.

Adjust Gradients

Create unique gradient combinations for accent elements. Define custom gradient directions and color stops.

Save as New Theme

Once customized, save your modifications as a new theme to reuse across all templates in your projects.

Use Vienna in your code

Example usage
import { THEME_VIENNA } from "../_shared/themes";

// Use with any template
<Testimonial
  spec={mySpec}
  theme={THEME_VIENNA}
  layout="centered"
/>

// Or use the THEMES registry
const theme = THEMES["vienna"];