.agents/skills/resend-design-skills/brand-guidelines/SKILL.md
Use when creating Resend marketing materials, documents, presentations, or visual content. Triggers for Resend brand, Resend style, or Resend visual identity requests.
npx skillsauth add growupanand/convoform resend-brandInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Name | Hex |
| ------------ | --------- |
| Resend Black | #000000 |
| Resend White | #FDFDFD |
| Scale | Background | Foreground | Usage |
| ----- | ----------- | ----------- | ------------------------------------------- |
| Gray | #16171AEB | #FDFEFFA6 | Structure, hierarchy, and subtle separation |
| Red | #FF173F2D | #FF9592 | Critical states and irreversible actions |
| Amber | #FA820022 | #FFCA16 | Caution and pending states |
| Green | #22FF991E | #46FEA5D4 | Success and completion |
| Blue | #0077FF3A | #70B8FF | Interactive and informational elements |
| Font | Role | | -------------------------- | --------------------------------------- | | Domaine Display Narrow | Display headlines (never in product UI) | | Favorit | Headings & titles | | Inter | Body text | | CommitMono | Code |
Display | Style | Font | Size/Line | Letter Spacing | |-------|------|-----------|----------------| | display/large | Domaine Display Narrow | 96/96 | -0.96px | | title | Resend Favorit | 60/64 | -2.8px | | small | Domaine Display Narrow | 72/72 | -0.77px |
Body | Style | Font | Weight | Size/Line | |-------|------|--------|-----------| | xlarge | Resend Favorit | Regular | 24/32 | | large | Inter | Regular/Medium | 18/28 | | medium | Inter | Regular/Medium/Semi Bold | 16/24 | | small | Inter | Regular | 14/20 | | code | CommitMono | Regular | 14/20 |
Wordmark
https://cdn.resend.com/brand/resend-wordmark-white.svghttps://cdn.resend.com/brand/resend-wordmark-white.pnghttps://cdn.resend.com/brand/resend-wordmark-black.svghttps://cdn.resend.com/brand/resend-wordmark-black.pngLettermark
https://cdn.resend.com/brand/resend-icon-white.svghttps://cdn.resend.com/brand/resend-icon-white.pnghttps://cdn.resend.com/brand/resend-icon-black.svghttps://cdn.resend.com/brand/resend-icon-black.pngMinimum clear space = 1/2 cap height on all sides
Never: rotate, apply effects, outline, slant/stretch, use multiple colors, use low resolution, combine symbol+wordmark, modify proportions
Secondary brand symbol. Never use as: primary logo, navigation element, or with modified geometry/colors.
| Name | Value |
| --------------- | -------------------------------------------------------------------------------------------------------- |
| Font gradient | linear-gradient(97deg, #ffffff 30%, rgba(255,255,255,0.50) 100%) |
| Smooth gradient | linear-gradient(96deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.10) 100%) |
| Border | linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 100%) |
| Rainbow border | linear-gradient(90deg, rgba(2,252,239,0.44) 0%, rgba(255,181,43,0.44) 50%, rgba(160,43,254,0.44) 100%) |
| Name | Value |
| ---------- | ----------------------------- |
| Glass blur | backdrop-filter: blur(25px) |
https://resend.com/static/product-pages/noise.pngBrand wallpapers available at: https://resend.com/wallpapers
| Name | Description | | -------------------- | --------------------------------------------------------------------- | | Right Object Scene | Small label top-left, title top-left (2 lines), 3D object right | | Interface Scene | Label top-left, title bottom-left (2 lines), UI screenshot background | | Text Only Scene | Title top-left, 3D abstract scene fills background | | Text Only Background | Large title centered, subtle texture/gradient background | | Text Only Subtle | Small centered text (2 lines), minimal dark background | | Big Number | Large display number centered (Domaine), small label below |
Common patterns:
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.