0
Sponsor

Default Theme

Clean, minimal theme with neutral colors for React Email.

Installation

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

Usage

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

Theme Tokens

TokenValue
colorPrimary#111827
colorBackground#ffffff
colorText#111827
colorTextMuted#6b7280
colorBorder#e5e7eb
fontFamily-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
borderRadius6px
containerWidth600px

Button Styles

Primary Button

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

Secondary Button

PropertyValue
Backgroundtransparent
Text#111827
Border1px solid #e5e7eb
Border Radius6px
Padding24px x 12px
Font Size14px
Font Weight500