Design Styles
Apply professional design aesthetics to web and app projects with comprehensive style guidance, recommendations, and implementation details.
How to Use This Skill
1. Apply a Specific Style by Name
When user mentions a style (e.g., "use glassmorphism", "apply brutalist design", "make it minimalist"):
- Read
references/design-styles-comprehensive-reference.md and locate the requested style
- Extract key characteristics, color palettes, typography, and layout principles
- Provide specific, actionable implementation guidance:
- Color schemes with hex codes
- Typography recommendations (font families, sizes, weights)
- Layout principles (spacing, grid, structure)
- CSS/code examples demonstrating the style
- Component-specific guidance (buttons, cards, navigation, etc.)
- Reference real-world examples from the guide
Example response structure:
I'll apply [STYLE NAME] to your project.
**Key Characteristics:**
- [List 3-5 defining features]
**Color Palette:**
- Primary: [hex codes]
- Secondary: [hex codes]
- Accents: [hex codes]
**Typography:**
- Headings: [font family, weights]
- Body: [font family, size]
**Layout Principles:**
- [Spacing guidelines]
- [Grid structure]
- [Key layout features]
**Implementation:**
[CSS/code examples]
**Real-world examples:** [List 2-3 from reference]
2. Recommend Styles Based on Criteria
When user asks "what design style for [X]?" or describes their project/audience/brand:
- Read the comprehensive reference
- Analyze based on user's criteria:
- Industry → Check "Choosing the Right Style → By Industry"
- Target Audience → Check "Choosing the Right Style → By Target Audience"
- Brand Personality → Check "Choosing the Right Style → By Brand Personality"
- Project Type → Match to industry categories
- Recommend 2-4 appropriate styles with brief rationale
- Ask user to select preferred style or provide more context
Example response structure:
Based on [CRITERIA], I recommend these design styles:
1. **[STYLE NAME]** - [Why it fits, 1-2 sentences]
2. **[STYLE NAME]** - [Why it fits, 1-2 sentences]
3. **[STYLE NAME]** - [Why it fits, 1-2 sentences]
Which style resonates with your vision? Or I can provide more details about any of these.
3. Browse/List Available Styles
When user asks "what design styles are available?" or "show me style options":
- Read the comprehensive reference
- Present the Quick Reference Table or organized categories
- Offer to provide details on any specific style
- Can filter by category if user specifies (e.g., "show me retro styles", "what are the modern styles?")
4. Combine with Frontend-Design Skill
When working alongside the frontend-design skill:
- This skill provides the aesthetic direction (colors, typography, layout principles)
- Frontend-design skill implements the actual code
- Pass clear design specifications from this skill to frontend-design
- Reference the comprehensive guide for style-specific patterns
Design Style Categories
The comprehensive reference includes 40+ styles organized into:
- Minimalist & Clean: Minimalist, Flat Design, Swiss/International
- Material & Depth: Glassmorphism, Neomorphism, Neumorphism, Skeuomorphic
- Maximalist & Bold: Maximalist Chaos, Memphis Style, Collage
- Retro & Nostalgic: Retro-Futuristic, Y2K/Web 2.0, Vaporwave, Art Deco
- Natural & Organic: Organic/Natural, Wabi-Sabi, Handcrafted/Artisanal
- Soft & Gentle: Soft/Pastel, Kawaii/Cute, Playful/Toy-like
- Elegant & Refined: Luxury/Refined, Editorial/Magazine, Corporate/Enterprise
- Raw & Unconventional: Brutalist/Raw, Neubrutalism, Grunge, Industrial
- Tech & Futuristic: Cyberpunk, Terminal/Hacker, Metro/Modern UI
- Color-Focused: Monochromatic, Gradient/Aurora, Dark Mode
- Layout & Structure: Grid/Modular, Academic/Research, Outlined/Line Art
- Interactive & Dynamic: Kinetic/Motion-First, Atmospheric, Data Visualization
- Other: Corporate Memphis, Claymorphism, Isometric, Bauhaus
Quick Selection Guide
Common use cases:
- Tech/SaaS startup → Minimalism, Glassmorphism, Gradient, Neubrutalism, Dark Mode
- E-commerce → Minimalism, Grid/Modular, Editorial, Luxury/Refined (depends on products)
- Creative/Agency → Maximalist, Memphis, Brutalist, Kinetic, Editorial
- Wellness/Health → Organic/Natural, Soft/Pastel, Wabi-Sabi, Glassmorphism
- Finance/Corporate → Swiss/International, Corporate/Enterprise, Minimalism, Dark Mode
- Gaming/Entertainment → Cyberpunk, Retro-Futuristic, Y2K, Maximalist, Vaporwave
- Fashion/Luxury → Luxury/Refined, Art Deco, Maximalist, Editorial
- Portfolio/Personal → Minimalist, Brutalist, Editorial, any style matching personal brand
By audience:
- Gen Z → Y2K, Vaporwave, Neubrutalism, Memphis, Playful
- Millennials → Minimalism, Flat Design, Organic, Gradient, Dark Mode
- Professionals/B2B → Swiss/International, Corporate/Enterprise, Minimalism, Editorial
- Creatives → Brutalism, Maximalist, Memphis, Collage, Kinetic
- Luxury Consumers → Luxury/Refined, Art Deco, Minimalism, Editorial
By personality:
- Bold & Energetic → Maximalist, Memphis, Cyberpunk, Y2K
- Calm & Trustworthy → Minimalism, Organic/Natural, Soft/Pastel, Swiss
- Edgy & Rebellious → Brutalism, Grunge, Cyberpunk, Neubrutalism
- Sophisticated & Premium → Luxury/Refined, Art Deco, Editorial, Minimalism
- Playful & Friendly → Playful/Toy-like, Kawaii, Corporate Memphis, Soft/Pastel
- Technical & Professional → Terminal/Hacker, Swiss, Corporate/Enterprise, Dark Mode
Style Combinations
Many modern projects blend 2-3 styles. Popular combinations from the reference:
- Minimalism + Gradients + Kinetic (e.g., Stripe, Apple)
- Brutalism + Bold Colors (Neubrutalism - Gumroad, Pitch)
- Dark Mode + Glassmorphism (macOS, modern dashboards)
- Organic + Soft Pastels (Wellness apps)
- Editorial + Data Visualization (NYT, data journalism)
- Flat Design + Corporate Memphis (Big Tech illustrations)
- Swiss Style + Minimalism (Premium design agencies)
When suggesting combinations, ensure they complement each other and don't create visual conflict.
Implementation Guidelines
When providing implementation details:
Color Palettes
Provide specific hex codes:
- Primary colors (2-3)
- Secondary/accent colors (2-3)
- Neutral colors (grays, backgrounds)
- Text colors (with contrast ratios for accessibility)
Typography
Specify:
- Font families (with web-safe alternatives or Google Fonts)
- Heading hierarchy (H1-H6 sizes and weights)
- Body text size and line height
- Letter spacing for specific styles when relevant
Layout Principles
Define:
- Spacing system (e.g., 8px grid, specific margins/padding)
- Grid structure (columns, gutters)
- Border radius values
- Shadow specifications (for relevant styles)
- Responsive breakpoints
Code Examples
Provide CSS/code demonstrating:
- Component styling (buttons, cards, inputs)
- Layout patterns
- Style-specific effects (glass blur, neumorphic shadows, etc.)
- Responsive behavior
Accessibility Considerations
Note any accessibility concerns for the style:
- Color contrast ratios (WCAG AA minimum)
- Motion sensitivity (for kinetic/motion-first styles)
- Touch target sizes
- Focus states
Best Practices
- Always reference the comprehensive guide - Load
references/design-styles-comprehensive-reference.md to get accurate, detailed information
- Be specific and actionable - Don't just describe the style, provide implementation details
- Include real examples - Reference the examples listed in the comprehensive guide
- Consider accessibility - Always note accessibility requirements for each style
- Suggest combinations thoughtfully - Ensure hybrid styles complement each other
- Match to user context - Consider industry, audience, and brand when recommending
- Provide visual hierarchy - Explain how the style creates hierarchy and guides user attention
- Note trend longevity - Reference whether the style is timeless or trend-dependent
Resources
references/design-styles-comprehensive-reference.md
Complete guide to 40+ web design styles including:
- Detailed style descriptions
- Key characteristics
- Real-world examples with URLs
- Quick reference table
- Selection guides by industry, audience, brand personality
- Style combinations and hybrid approaches
- Design resources and inspiration galleries
- Best practices and accessibility notes
- Trend longevity analysis
When to read: Always read this file when working with design styles. It's the primary source of truth for all style information.
1---2name: design-styles3description: Comprehensive web design aesthetics guide for applying specific design styles to projects. Use when: (1) User mentions a specific design style name (glassmorphism, brutalist, minimalist, neomorphism, cyberpunk, etc.), (2) User asks for design style recommendations or suggestions, (3) User wants to browse/see available design styles, (4) User is starting a frontend project and needs aesthetic guidance, (5) User asks what style fits their industry/audience/brand, (6) Working with the frontend-design skill and style direction is needed. Provides actionable design direction including color palettes, typography, layout principles, and implementation examples.4---56# Design Styles78Apply professional design aesthetics to web and app projects with comprehensive style guidance, recommendations, and implementation details.910## How to Use This Skill1112### 1. Apply a Specific Style by Name1314When user mentions a style (e.g., "use glassmorphism", "apply brutalist design", "make it minimalist"):15161. Read `references/design-styles-comprehensive-reference.md` and locate the requested style172. Extract key characteristics, color palettes, typography, and layout principles183. Provide specific, actionable implementation guidance:19 - Color schemes with hex codes20 - Typography recommendations (font families, sizes, weights)21 - Layout principles (spacing, grid, structure)22 - CSS/code examples demonstrating the style23 - Component-specific guidance (buttons, cards, navigation, etc.)244. Reference real-world examples from the guide2526**Example response structure:**27```28I'll apply [STYLE NAME] to your project.2930**Key Characteristics:**31- [List 3-5 defining features]3233**Color Palette:**34- Primary: [hex codes]35- Secondary: [hex codes]36- Accents: [hex codes]3738**Typography:**39- Headings: [font family, weights]40- Body: [font family, size]4142**Layout Principles:**43- [Spacing guidelines]44- [Grid structure]45- [Key layout features]4647**Implementation:**48[CSS/code examples]4950**Real-world examples:** [List 2-3 from reference]51```5253### 2. Recommend Styles Based on Criteria5455When user asks "what design style for [X]?" or describes their project/audience/brand:56571. Read the comprehensive reference582. Analyze based on user's criteria:59 - **Industry** → Check "Choosing the Right Style → By Industry"60 - **Target Audience** → Check "Choosing the Right Style → By Target Audience"61 - **Brand Personality** → Check "Choosing the Right Style → By Brand Personality"62 - **Project Type** → Match to industry categories633. Recommend 2-4 appropriate styles with brief rationale644. Ask user to select preferred style or provide more context6566**Example response structure:**67```68Based on [CRITERIA], I recommend these design styles:69701. **[STYLE NAME]** - [Why it fits, 1-2 sentences]712. **[STYLE NAME]** - [Why it fits, 1-2 sentences]723. **[STYLE NAME]** - [Why it fits, 1-2 sentences]7374Which style resonates with your vision? Or I can provide more details about any of these.75```7677### 3. Browse/List Available Styles7879When user asks "what design styles are available?" or "show me style options":80811. Read the comprehensive reference822. Present the Quick Reference Table or organized categories833. Offer to provide details on any specific style844. Can filter by category if user specifies (e.g., "show me retro styles", "what are the modern styles?")8586### 4. Combine with Frontend-Design Skill8788When working alongside the frontend-design skill:89901. This skill provides the aesthetic direction (colors, typography, layout principles)912. Frontend-design skill implements the actual code923. Pass clear design specifications from this skill to frontend-design934. Reference the comprehensive guide for style-specific patterns9495## Design Style Categories9697The comprehensive reference includes 40+ styles organized into:9899- **Minimalist & Clean:** Minimalist, Flat Design, Swiss/International100- **Material & Depth:** Glassmorphism, Neomorphism, Neumorphism, Skeuomorphic101- **Maximalist & Bold:** Maximalist Chaos, Memphis Style, Collage102- **Retro & Nostalgic:** Retro-Futuristic, Y2K/Web 2.0, Vaporwave, Art Deco103- **Natural & Organic:** Organic/Natural, Wabi-Sabi, Handcrafted/Artisanal104- **Soft & Gentle:** Soft/Pastel, Kawaii/Cute, Playful/Toy-like105- **Elegant & Refined:** Luxury/Refined, Editorial/Magazine, Corporate/Enterprise106- **Raw & Unconventional:** Brutalist/Raw, Neubrutalism, Grunge, Industrial107- **Tech & Futuristic:** Cyberpunk, Terminal/Hacker, Metro/Modern UI108- **Color-Focused:** Monochromatic, Gradient/Aurora, Dark Mode109- **Layout & Structure:** Grid/Modular, Academic/Research, Outlined/Line Art110- **Interactive & Dynamic:** Kinetic/Motion-First, Atmospheric, Data Visualization111- **Other:** Corporate Memphis, Claymorphism, Isometric, Bauhaus112113## Quick Selection Guide114115**Common use cases:**116117- **Tech/SaaS startup** → Minimalism, Glassmorphism, Gradient, Neubrutalism, Dark Mode118- **E-commerce** → Minimalism, Grid/Modular, Editorial, Luxury/Refined (depends on products)119- **Creative/Agency** → Maximalist, Memphis, Brutalist, Kinetic, Editorial120- **Wellness/Health** → Organic/Natural, Soft/Pastel, Wabi-Sabi, Glassmorphism121- **Finance/Corporate** → Swiss/International, Corporate/Enterprise, Minimalism, Dark Mode122- **Gaming/Entertainment** → Cyberpunk, Retro-Futuristic, Y2K, Maximalist, Vaporwave123- **Fashion/Luxury** → Luxury/Refined, Art Deco, Maximalist, Editorial124- **Portfolio/Personal** → Minimalist, Brutalist, Editorial, any style matching personal brand125126**By audience:**127128- **Gen Z** → Y2K, Vaporwave, Neubrutalism, Memphis, Playful129- **Millennials** → Minimalism, Flat Design, Organic, Gradient, Dark Mode130- **Professionals/B2B** → Swiss/International, Corporate/Enterprise, Minimalism, Editorial131- **Creatives** → Brutalism, Maximalist, Memphis, Collage, Kinetic132- **Luxury Consumers** → Luxury/Refined, Art Deco, Minimalism, Editorial133134**By personality:**135136- **Bold & Energetic** → Maximalist, Memphis, Cyberpunk, Y2K137- **Calm & Trustworthy** → Minimalism, Organic/Natural, Soft/Pastel, Swiss138- **Edgy & Rebellious** → Brutalism, Grunge, Cyberpunk, Neubrutalism139- **Sophisticated & Premium** → Luxury/Refined, Art Deco, Editorial, Minimalism140- **Playful & Friendly** → Playful/Toy-like, Kawaii, Corporate Memphis, Soft/Pastel141- **Technical & Professional** → Terminal/Hacker, Swiss, Corporate/Enterprise, Dark Mode142143## Style Combinations144145Many modern projects blend 2-3 styles. Popular combinations from the reference:146147- **Minimalism + Gradients + Kinetic** (e.g., Stripe, Apple)148- **Brutalism + Bold Colors** (Neubrutalism - Gumroad, Pitch)149- **Dark Mode + Glassmorphism** (macOS, modern dashboards)150- **Organic + Soft Pastels** (Wellness apps)151- **Editorial + Data Visualization** (NYT, data journalism)152- **Flat Design + Corporate Memphis** (Big Tech illustrations)153- **Swiss Style + Minimalism** (Premium design agencies)154155When suggesting combinations, ensure they complement each other and don't create visual conflict.156157## Implementation Guidelines158159When providing implementation details:160161### Color Palettes162163Provide specific hex codes:164- Primary colors (2-3)165- Secondary/accent colors (2-3)166- Neutral colors (grays, backgrounds)167- Text colors (with contrast ratios for accessibility)168169### Typography170171Specify:172- Font families (with web-safe alternatives or Google Fonts)173- Heading hierarchy (H1-H6 sizes and weights)174- Body text size and line height175- Letter spacing for specific styles when relevant176177### Layout Principles178179Define:180- Spacing system (e.g., 8px grid, specific margins/padding)181- Grid structure (columns, gutters)182- Border radius values183- Shadow specifications (for relevant styles)184- Responsive breakpoints185186### Code Examples187188Provide CSS/code demonstrating:189- Component styling (buttons, cards, inputs)190- Layout patterns191- Style-specific effects (glass blur, neumorphic shadows, etc.)192- Responsive behavior193194### Accessibility Considerations195196Note any accessibility concerns for the style:197- Color contrast ratios (WCAG AA minimum)198- Motion sensitivity (for kinetic/motion-first styles)199- Touch target sizes200- Focus states201202## Best Practices2032041. **Always reference the comprehensive guide** - Load `references/design-styles-comprehensive-reference.md` to get accurate, detailed information2052. **Be specific and actionable** - Don't just describe the style, provide implementation details2063. **Include real examples** - Reference the examples listed in the comprehensive guide2074. **Consider accessibility** - Always note accessibility requirements for each style2085. **Suggest combinations thoughtfully** - Ensure hybrid styles complement each other2096. **Match to user context** - Consider industry, audience, and brand when recommending2107. **Provide visual hierarchy** - Explain how the style creates hierarchy and guides user attention2118. **Note trend longevity** - Reference whether the style is timeless or trend-dependent212213## Resources214215### references/design-styles-comprehensive-reference.md216217Complete guide to 40+ web design styles including:218- Detailed style descriptions219- Key characteristics220- Real-world examples with URLs221- Quick reference table222- Selection guides by industry, audience, brand personality223- Style combinations and hybrid approaches224- Design resources and inspiration galleries225- Best practices and accessibility notes226- Trend longevity analysis227228**When to read:** Always read this file when working with design styles. It's the primary source of truth for all style information.