0
Sponsor

Linear Theme

Light theme with purple accents for React Email.

Installation

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

Usage

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

Theme Tokens

TokenValue
colorPrimary#5e6ad2
colorBackground#ffffff
colorText#111827
colorTextMuted#6b7280
colorBorder#e5e7eb
fontFamily"Inter", -apple-system, sans-serif
borderRadius6px
containerWidth600px

Button Styles

Primary Button

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

Secondary Button

PropertyValue
Backgroundtransparent
Text#5e6ad2
Border1px solid #5e6ad2
Border Radius6px
Padding24px x 12px
Font Size14px
Font Weight500