0
Sponsor

Vercel Theme

Dark theme inspired by Vercel's design for React Email.

Installation

$ pnpm dlx shadcn@latest add @emailcn/theme-vercel

Usage

import { Tailwind } from "react-email";
import { vercelTheme } from "@/components/emails/themes/vercel";
 
<Tailwind config={vercelTheme}>{/* Your email content */}</Tailwind>;

Theme Tokens

TokenValue
colorPrimary#ffffff
colorBackground#000000
colorText#ffffff
colorTextMuted#a1a1a1
colorBorder#333333
fontFamily"Geist", "Inter", -apple-system, sans-serif
borderRadius6px
containerWidth600px

Button Styles

Primary Button

PropertyValue
Background#ffffff
Text#000000
Border Radius6px
Padding24px x 12px
Font Size14px
Font Weight500

Secondary Button

PropertyValue
Backgroundtransparent
Text#ffffff
Border1px solid #333333
Border Radius6px
Padding24px x 12px
Font Size14px
Font Weight500