Canva-style themes

Peach Theme

A soft peach theme with editorial typography. Great for beauty, lifestyle, and feminine content.

bg
text
accent
accent2
gradient
Card Shadow none (flat)
Heading Weight 700
Constant THEME_PEACH
Templates in this Theme

6 templates available in Peach

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

Customize

Adapt the Peach 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 Peach in your code

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

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

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