Sunset
A warm sunset theme: burnt-orange primary, peach accents, and confident type for landing pages that feel energetic and human.
Build something people love.
A live preview of this theme — every color, font, radius, and shadow you see is rendered straight from its tokens.
Color system
Click any swatch to copy. Contrast graded against WCAG.
Typography
Body sample. Outfit carries running text — readable paragraphs, comfortable measure, and a rhythm that holds up across long pages of content and UI.
Radius, shadow & fonts
Components
Real UI rendered with this theme's tokens.
A surface for grouping content, with the theme's border, radius, and shadow.
Principles, guidelines & component specs
Do's & don'ts, spacing, motion, iconography, accessibility, and exact component specs — all in the design.md too.
Do
- •Use orange for CTAs and key emphasis only.
- •Pair big headings with calm, near-white body surfaces.
Don't
- •Don't tint long-form text surfaces heavily.
- •Don't add a competing cool brand hue.
- •Let heroes and CTAs ease up with a warm, lively spring.
Hover to feel this theme's base transition.
Lucide · 1.75px stroke · 1rem. Outline icons with a consistent stroke width; size icons to match adjacent text and align them optically.
- Never use color as the only signal — pair it with text, an icon, or a shape.
- Every interactive element must be keyboard reachable and show a visible focus ring.
- Honor prefers-reduced-motion: reduce by disabling non-essential animation.
- Keep a logical heading order and give every form control a label.
Button
| Background | var(--primary) |
| Text | var(--primary-foreground) |
| Radius | 0.75rem |
| Padding | 0 1.25rem |
| Height | 2.75rem |
| Weight | 600 |
Badge
| Background | var(--accent) / var(--primary) |
| Text | var(--accent-foreground) / var(--primary-foreground) |
| Radius | 9999px |
| Padding | 0.15rem 0.55rem |
| Font size | 0.75rem |
| Weight | 600 |
Use for status, counts, and short labels. Keep to one or two words.
Alert
| Radius | 1.125rem |
| Padding | 1rem 1.25rem |
| Border | 1px solid var(--border) |
Always pair the color with an icon and a text label — never rely on color alone.
Form field
| Background | var(--background) |
| Border | 1px solid var(--input) |
| Radius | 0.75rem |
| Height | 2.75rem |
| Padding | 0.5rem 0.75rem |
Label sits above the field; helper or error text sits below.
Card
| Background | var(--card) |
| Text | var(--card-foreground) |
| Border | 1px solid var(--border) |
| Radius | 1rem |
| Padding | 1.5rem |
| Shadow | 0 10px 28px -8px rgba(194,65,12,0.20) |
The design brief
Sunset is a warm, orange marketing design system for landing pages, launches, and creator brands. Burnt orange over soft peach feels energetic and human without shouting.
Principles
- Warmth carries the brand — orange for CTAs, peach for supporting surfaces.
- Big, confident headings with generous spacing for hero sections.
- Keep body copy on near-white so long-form stays readable.
When to use
Use Sunset for product launches, creator and lifestyle brands, and marketing sites that want warmth and momentum. Avoid it for clinical enterprise tools.
Signature details
- Burnt orange
#c2410cprimary; peach#ffedd5accent. - Outfit display type, 0.75rem radius.
Use this with your AI
Download or copy the design.md and paste it into Claude, Cursor, or v0 — it tells the agent exactly which colors, fonts, radii, and shadows to use, so your site comes out looking like this.
Export tokens
Drop straight into your codebase.
:root {
--radius: 0.75rem;
--background: #fffdfb;
--foreground: #27160c;
--card: #ffffff;
--card-foreground: #27160c;
--popover: #ffffff;
--popover-foreground: #27160c;
--primary: #c2410c;
--primary-foreground: #ffffff;
--secondary: #fff4ed;
--secondary-foreground: #27160c;
--muted: #fbf1ea;
--muted-foreground: #7c5a48;
--accent: #ffedd5;
--accent-foreground: #9a3412;
--destructive: #dc2626;
--destructive-foreground: #ffffff;
--border: #f0e3da;
--input: #f0e3da;
--ring: #c2410c;
--shadow-sm: 0 1px 2px rgba(124,45,18,0.08);
--shadow-md: 0 10px 28px -8px rgba(194,65,12,0.20);
--shadow-lg: 0 28px 56px -14px rgba(194,65,12,0.28);
--font-sans: 'Outfit', ui-sans-serif, system-ui, sans-serif;
--font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
--ease-standard: cubic-bezier(0.4,0,0.2,1);
--ease-emphasized: cubic-bezier(0.16,1,0.3,1);
--duration-base: 250ms;
}
.dark {
--background: #1a0f08;
--foreground: #f7eadf;
--card: #241710;
--card-foreground: #f7eadf;
--popover: #241710;
--popover-foreground: #f7eadf;
--primary: #fb923c;
--primary-foreground: #431407;
--secondary: #2e1c11;
--secondary-foreground: #f7eadf;
--muted: #2e1c11;
--muted-foreground: #c0a08c;
--accent: #7c2d12;
--accent-foreground: #ffedd5;
--destructive: #f87171;
--destructive-foreground: #450a0a;
--border: #3a2417;
--input: #3a2417;
--ring: #fb923c;
}More designs
Aurora
Soft glassmorphic theme with violet glow.
Coral Pop
A vibrant coral-rose theme: punchy pink-red primary, clean whites, and playful energy for consumer brands and app launches.
Citrus
An energetic amber-lime theme: golden primary, zesty accents, and bold type for high-energy promos and event pages.