Applies Material Design 3 Expressive dynamic color and theming principles to user interfaces. Use this when working on color palettes, themes, dynamic color systems, accessibility, or when the user asks to apply Material Design 3 color guidelines to a design or application. Use when this capability is needed.
This skill guides the application of Material Design 3 (M3) Expressive color and theming principles to create vibrant, accessible, and emotionally engaging user interfaces.
Keywords: Material Design 3, M3, dynamic color, theming, color palette, Material You, accessibility, color tokens, surface colors, accent colors, fixed accent colors, emphasis colors, contrast levels
Core Principles
Dynamic Color System
Material Design 3's color system is built on the concept of dynamic color, allowing interfaces to adapt to user preferences and contexts:
Tonal Palettes: Use five key tonal palettes (Primary, Secondary, Tertiary, Neutral, Neutral Variant) with multiple tones (0-100)
Color Roles: Map 26+ color roles to UI elements (e.g., primary, onPrimary, primaryContainer, onPrimaryContainer)
Adaptive Theming: Support both light and dark themes with appropriate contrast
User Personalization: Allow color schemes to adapt based on user wallpaper or preferences (Material You)
Fixed Accent Colors: Provide color tokens that remain consistent across light and dark themes for brand identity
Emphasis Colors: Use bolder, more vibrant color roles for key UI elements to improve clarity and emotional resonance
Color Palette Structure
When creating color palettes, follow this structure:
Primary Palette (Main brand color):
Primary: Main interactive elements (buttons, active states)
On Primary: Text/icons on primary color
Primary Container: Standout fill color for key components
On Primary Container: Text/icons on primary container
Primary Fixed: Stays constant across light and dark themes
On Primary Fixed: Text/icons on primary fixed
Primary Fixed Dim: Dimmed variant for secondary emphasis on fixed surfaces
Secondary Palette (Complementary accent):
Secondary: Less prominent components
On Secondary: Text/icons on secondary
Secondary Container: Tinted backgrounds
On Secondary Container: Text/icons on secondary container
Secondary Fixed: Stays constant across light and dark themes
On Secondary Fixed: Text/icons on secondary fixed
Secondary Fixed Dim: Dimmed variant for fixed surfaces
Tertiary Palette (Contrasting accent — now a prominent expressive accent for branding and highlights):
Tertiary: Contrasting accents and highlights
On Tertiary: Text/icons on tertiary
Tertiary Container: Input elements
On Tertiary Container: Text/icons on tertiary container
Tertiary Fixed: Stays constant across light and dark themes
On Tertiary Fixed: Text/icons on tertiary fixed
Tertiary Fixed Dim: Dimmed variant for fixed surfaces
Neutral Palettes (Surfaces and backgrounds):
Surface: Default background for components
On Surface: Text on surface
Surface Variant: Alternate surface color
On Surface Variant: Text on surface variant
Surface Dim: Dimmed surface for reduced emphasis
Surface Bright: Brighter surface for increased emphasis
Snackbars: inverse-surface with inverse-on-surface text
Bottom sheets: surface-container-low
State Layers:
Hover: Apply 8% opacity layer of on-surface
Focus: Apply 12% opacity layer of on-surface
Pressed: Apply 12% opacity layer of on-surface
Dragged: Apply 16% opacity layer of on-surface
Emphasis and Brand:
Use fixed accent colors for brand elements that must remain consistent
Apply emphasis through color saturation and contrast, not just hue
Use tertiary as an expressive accent for onboarding, highlights, and branding
Dynamic Color Generation
When generating color schemes from a source color:
Extract Core Hue: Identify the dominant hue from the source (e.g., user wallpaper)
Generate Tonal Palettes: Create five tonal palettes using HCT (Hue, Chroma, Tone) color space
Assign Color Roles: Map generated tones to semantic color roles (26+ roles)
Generate Fixed Variants: Create fixed accent colors that remain constant across themes
Generate Surface Containers: Create the five-level surface container hierarchy
Generate Contrast Variants: Produce standard, medium, and high contrast versions
Validate Contrast: Ensure all role pairs meet accessibility requirements
Support Themes: Generate both light and dark variants
Best Practices
Semantic Naming: Always use semantic color tokens (e.g., primary, error) rather than literal colors (e.g., blue, red)
Consistent Application: Apply colors consistently across all components
Elevation Tinting: Add subtle tint to elevated surfaces using primary color at very low opacity
Color Hierarchy: Use primary for main actions, secondary for less important actions, tertiary for expressive accents
Test Both Themes: Always test in both light and dark modes
Vibrant Expression: In M3 Expressive, embrace richer, more vibrant colors while maintaining accessibility
Context Awareness: Adapt color intensity and palette based on app context and user preferences
Use Fixed Colors for Branding: Apply fixed accent tokens for logo colors or elements that must not change between themes
Support Contrast Levels: Implement standard, medium, and high contrast variants for accessibility
Surface Container Hierarchy: Use the five surface container levels to create clear visual depth
Tools and Resources
tokens.css: Ready-to-use M3 color tokens (light + dark) based on the orange baseline palette (#FF9800), included in this skill's directory. Copy into your project and customize.
examples/color-roles.svg: Visual reference SVG showing M3 color roles (primary, secondary, tertiary, error), surface container tones, and the primary tonal palette. Use as a stakeholder reference or documentation asset.
material-theme-builder skill: Use to generate a complete token set from any source color programmatically.
Color Contrast Checker: Validate WCAG compliance for all text and interactive elements
HCT Color Space: Leverage for perceptually uniform color generation
CSS Custom Properties: Implement dynamic theming with CSS variables and data attributes
Common Pitfalls to Avoid
❌ Hard-coding color values instead of using tokens
❌ Using only one color for all states (no hover, focus, pressed variations)
❌ Ignoring dark theme or treating it as an afterthought
❌ Insufficient contrast between text and background
❌ Overusing accent colors (they should be used sparingly for emphasis)
❌ Not testing with actual user-generated color schemes
❌ Relying only on color to communicate state or information
❌ Forgetting to define fixed accent colors for brand elements
❌ Not implementing multiple contrast levels for accessibility
❌ Using surface instead of the appropriate surface container variant
Checklist for Color Implementation
When implementing M3 color systems, ensure:
All five tonal palettes are defined (Primary, Secondary, Tertiary, Neutral, Neutral Variant)
Both light and dark themes are implemented
All color pairs meet WCAG contrast requirements
Semantic color tokens are used throughout (no hard-coded hex values)
State layers (hover, focus, pressed) are implemented with appropriate opacity
Elevation tinting is applied to raised surfaces
Color scheme can be dynamically generated from user source colors
All components use color roles consistently
Color is not the only indicator of state or information
Fixed accent colors are defined for branding elements (primary-fixed, secondary-fixed, tertiary-fixed)
Surface container hierarchy is implemented (lowest through highest)
Inverse colors are defined for contrast elements (snackbars, tooltips)
Three contrast levels are supported (standard, medium, high)
Scrim and shadow tokens are defined
Documentation includes color token reference and usage guidelines
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: material-design-3-color3description: Applies Material Design 3 Expressive dynamic color and theming principles to user interfaces. Use this when working on color palettes, themes, dynamic color systems, accessibility, or when the user asks to apply Material Design 3 color guidelines to a design or application. Use when this capability is needed.4---56# Material Design 3 Color and Dynamic Theming78## Overview910This skill guides the application of Material Design 3 (M3) Expressive color and theming principles to create vibrant, accessible, and emotionally engaging user interfaces.1112**Keywords**: Material Design 3, M3, dynamic color, theming, color palette, Material You, accessibility, color tokens, surface colors, accent colors, fixed accent colors, emphasis colors, contrast levels1314## Core Principles1516### Dynamic Color System1718Material Design 3's color system is built on the concept of dynamic color, allowing interfaces to adapt to user preferences and contexts:19201. **Tonal Palettes**: Use five key tonal palettes (Primary, Secondary, Tertiary, Neutral, Neutral Variant) with multiple tones (0-100)212. **Color Roles**: Map 26+ color roles to UI elements (e.g., primary, onPrimary, primaryContainer, onPrimaryContainer)223. **Adaptive Theming**: Support both light and dark themes with appropriate contrast234. **User Personalization**: Allow color schemes to adapt based on user wallpaper or preferences (Material You)245. **Fixed Accent Colors**: Provide color tokens that remain consistent across light and dark themes for brand identity256. **Emphasis Colors**: Use bolder, more vibrant color roles for key UI elements to improve clarity and emotional resonance2627### Color Palette Structure2829When creating color palettes, follow this structure:3031**Primary Palette** (Main brand color):32- Primary: Main interactive elements (buttons, active states)33- On Primary: Text/icons on primary color34- Primary Container: Standout fill color for key components35- On Primary Container: Text/icons on primary container36- Primary Fixed: Stays constant across light and dark themes37- On Primary Fixed: Text/icons on primary fixed38- Primary Fixed Dim: Dimmed variant for secondary emphasis on fixed surfaces3940**Secondary Palette** (Complementary accent):41- Secondary: Less prominent components42- On Secondary: Text/icons on secondary43- Secondary Container: Tinted backgrounds44- On Secondary Container: Text/icons on secondary container45- Secondary Fixed: Stays constant across light and dark themes46- On Secondary Fixed: Text/icons on secondary fixed47- Secondary Fixed Dim: Dimmed variant for fixed surfaces4849**Tertiary Palette** (Contrasting accent — now a prominent expressive accent for branding and highlights):50- Tertiary: Contrasting accents and highlights51- On Tertiary: Text/icons on tertiary52- Tertiary Container: Input elements53- On Tertiary Container: Text/icons on tertiary container54- Tertiary Fixed: Stays constant across light and dark themes55- On Tertiary Fixed: Text/icons on tertiary fixed56- Tertiary Fixed Dim: Dimmed variant for fixed surfaces5758**Neutral Palettes** (Surfaces and backgrounds):59- Surface: Default background for components60- On Surface: Text on surface61- Surface Variant: Alternate surface color62- On Surface Variant: Text on surface variant63- Surface Dim: Dimmed surface for reduced emphasis64- Surface Bright: Brighter surface for increased emphasis65- Surface Container Lowest: Lowest-emphasis container surface66- Surface Container Low: Low-emphasis container surface67- Surface Container: Default container surface68- Surface Container High: High-emphasis container surface69- Surface Container Highest: Highest-emphasis container surface70- Outline: Borders and dividers71- Outline Variant: Decorative elements72- Inverse Surface: Inverted surface for contrast elements (e.g., snackbars)73- Inverse On Surface: Text on inverse surface74- Inverse Primary: Primary color used on inverse surfaces7576**Error/Warning/Success** (Feedback colors):77- Error, Warning, Success with corresponding "On" colors and containers7879### Accessibility Guidelines80811. **Contrast Levels** (M3 Expressive standardizes three levels):82 - **Standard**: Default contrast suitable for most users83 - **Medium**: Enhanced contrast for improved readability84 - **High**: Maximum contrast for users with low vision or high-contrast preferences85 - All three levels are tokenized for easy implementation86872. **Contrast Requirements**:88 - Text contrast: Minimum 4.5:1 for body text, 3:1 for large text (WCAG AA)89 - Interactive elements: Minimum 3:1 contrast with background90 - Use "On" colors to ensure proper contrast91923. **Color Independence**:93 - Never rely solely on color to convey information94 - Use icons, text labels, or patterns alongside color95 - Ensure color-blind friendly combinations96974. **Dynamic Range**:98 - Light theme: Higher tones (90-99) for surfaces, lower tones (10-40) for emphasis99 - Dark theme: Lower tones (10-20) for surfaces, higher tones (80-90) for emphasis100101## Implementation Guidelines102103### Color Token System104105Use CSS custom properties (variables) for all colors. M3 Expressive introduces 26+ color roles:106107```css108:root {109 /* Primary */110 --md-sys-color-primary: #6750A4;111 --md-sys-color-on-primary: #FFFFFF;112 --md-sys-color-primary-container: #EADDFF;113 --md-sys-color-on-primary-container: #21005D;114115 /* Primary Fixed (consistent across themes) */116 --md-sys-color-primary-fixed: #EADDFF;117 --md-sys-color-on-primary-fixed: #21005D;118 --md-sys-color-primary-fixed-dim: #D0BCFF;119 --md-sys-color-on-primary-fixed-variant: #4F378B;120121 /* Secondary */122 --md-sys-color-secondary: #625B71;123 --md-sys-color-on-secondary: #FFFFFF;124 --md-sys-color-secondary-container: #E8DEF8;125 --md-sys-color-on-secondary-container: #1D192B;126127 /* Secondary Fixed */128 --md-sys-color-secondary-fixed: #E8DEF8;129 --md-sys-color-on-secondary-fixed: #1D192B;130 --md-sys-color-secondary-fixed-dim: #CCC2DC;131 --md-sys-color-on-secondary-fixed-variant: #4A4458;132133 /* Tertiary */134 --md-sys-color-tertiary: #7D5260;135 --md-sys-color-on-tertiary: #FFFFFF;136 --md-sys-color-tertiary-container: #FFD8E4;137 --md-sys-color-on-tertiary-container: #31111D;138139 /* Tertiary Fixed */140 --md-sys-color-tertiary-fixed: #FFD8E4;141 --md-sys-color-on-tertiary-fixed: #31111D;142 --md-sys-color-tertiary-fixed-dim: #EFB8C8;143 --md-sys-color-on-tertiary-fixed-variant: #633B48;144145 /* Surface and Surface Containers */146 --md-sys-color-surface: #FEF7FF;147 --md-sys-color-on-surface: #1D1B20;148 --md-sys-color-surface-variant: #E7E0EC;149 --md-sys-color-on-surface-variant: #49454F;150 --md-sys-color-surface-dim: #DED8E1;151 --md-sys-color-surface-bright: #FEF7FF;152 --md-sys-color-surface-container-lowest: #FFFFFF;153 --md-sys-color-surface-container-low: #F7F2FA;154 --md-sys-color-surface-container: #F3EDF7;155 --md-sys-color-surface-container-high: #ECE6F0;156 --md-sys-color-surface-container-highest: #E6E0E9;157158 /* Inverse */159 --md-sys-color-inverse-surface: #322F35;160 --md-sys-color-inverse-on-surface: #F5EFF7;161 --md-sys-color-inverse-primary: #D0BCFF;162163 /* Outlines */164 --md-sys-color-outline: #79747E;165 --md-sys-color-outline-variant: #CAC4D0;166167 /* Error */168 --md-sys-color-error: #B3261E;169 --md-sys-color-on-error: #FFFFFF;170 --md-sys-color-error-container: #F9DEDC;171 --md-sys-color-on-error-container: #410E0B;172173 /* Scrim and Shadow */174 --md-sys-color-scrim: #000000;175 --md-sys-color-shadow: #000000;176}177178[data-theme="dark"] {179 /* Primary */180 --md-sys-color-primary: #D0BCFF;181 --md-sys-color-on-primary: #381E72;182 --md-sys-color-primary-container: #4F378B;183 --md-sys-color-on-primary-container: #EADDFF;184185 /* Primary Fixed (same as light — these don't change) */186 --md-sys-color-primary-fixed: #EADDFF;187 --md-sys-color-on-primary-fixed: #21005D;188 --md-sys-color-primary-fixed-dim: #D0BCFF;189 --md-sys-color-on-primary-fixed-variant: #4F378B;190191 /* Secondary */192 --md-sys-color-secondary: #CCC2DC;193 --md-sys-color-on-secondary: #332D41;194 --md-sys-color-secondary-container: #4A4458;195 --md-sys-color-on-secondary-container: #E8DEF8;196197 /* Secondary Fixed (same as light) */198 --md-sys-color-secondary-fixed: #E8DEF8;199 --md-sys-color-on-secondary-fixed: #1D192B;200 --md-sys-color-secondary-fixed-dim: #CCC2DC;201 --md-sys-color-on-secondary-fixed-variant: #4A4458;202203 /* Tertiary */204 --md-sys-color-tertiary: #EFB8C8;205 --md-sys-color-on-tertiary: #492532;206 --md-sys-color-tertiary-container: #633B48;207 --md-sys-color-on-tertiary-container: #FFD8E4;208209 /* Tertiary Fixed (same as light) */210 --md-sys-color-tertiary-fixed: #FFD8E4;211 --md-sys-color-on-tertiary-fixed: #31111D;212 --md-sys-color-tertiary-fixed-dim: #EFB8C8;213 --md-sys-color-on-tertiary-fixed-variant: #633B48;214215 /* Surface and Surface Containers */216 --md-sys-color-surface: #141218;217 --md-sys-color-on-surface: #E6E0E9;218 --md-sys-color-surface-variant: #49454F;219 --md-sys-color-on-surface-variant: #CAC4D0;220 --md-sys-color-surface-dim: #141218;221 --md-sys-color-surface-bright: #3B383E;222 --md-sys-color-surface-container-lowest: #0F0D13;223 --md-sys-color-surface-container-low: #1D1B20;224 --md-sys-color-surface-container: #211F26;225 --md-sys-color-surface-container-high: #2B2930;226 --md-sys-color-surface-container-highest: #36343B;227228 /* Inverse */229 --md-sys-color-inverse-surface: #E6E0E9;230 --md-sys-color-inverse-on-surface: #322F35;231 --md-sys-color-inverse-primary: #6750A4;232233 /* Outlines */234 --md-sys-color-outline: #938F99;235 --md-sys-color-outline-variant: #49454F;236237 /* Error */238 --md-sys-color-error: #F2B8B5;239 --md-sys-color-on-error: #601410;240 --md-sys-color-error-container: #8C1D18;241 --md-sys-color-on-error-container: #F9DEDC;242243 /* Scrim and Shadow */244 --md-sys-color-scrim: #000000;245 --md-sys-color-shadow: #000000;246}247```248249### Fixed Accent Colors250251Fixed accent colors are new in M3 Expressive. They maintain the same value across light and dark themes, useful for brand identity elements:252253```css254/* Fixed colors remain identical in both themes */255.brand-banner {256 background-color: var(--md-sys-color-primary-fixed);257 color: var(--md-sys-color-on-primary-fixed);258}259260.brand-accent {261 background-color: var(--md-sys-color-tertiary-fixed);262 color: var(--md-sys-color-on-tertiary-fixed);263}264265/* Fixed Dim for secondary emphasis on fixed surfaces */266.brand-banner-secondary {267 background-color: var(--md-sys-color-primary-fixed-dim);268 color: var(--md-sys-color-on-primary-fixed);269}270```271272### Contrast Level System273274M3 Expressive standardizes three contrast levels for accessibility:275276```css277/* Standard contrast (default) */278:root {279 --md-sys-color-contrast-level: 0;280}281282/* Medium contrast */283[data-contrast="medium"] {284 --md-sys-color-primary: #5640A0;285 --md-sys-color-on-primary: #FFFFFF;286 --md-sys-color-primary-container: #7B68BA;287 --md-sys-color-on-primary-container: #FFFFFF;288}289290/* High contrast */291[data-contrast="high"] {292 --md-sys-color-primary: #2D0F6E;293 --md-sys-color-on-primary: #FFFFFF;294 --md-sys-color-primary-container: #4E3A87;295 --md-sys-color-on-primary-container: #FFFFFF;296}297```298299### Color Application3003011. **Interactive Elements**:302 - Filled buttons: Use primary color with on-primary text303 - Outlined buttons: Use outline with primary text304 - Text buttons: Use primary text only305 - FABs: Use primary-container with on-primary-container306 - Button Groups: Use surface-container with on-surface text3073082. **Surfaces and Containers**:309 - Main background: surface310 - Elevated components (cards, dialogs): surface-container variants311 - Input fields: surface-container-highest312 - Snackbars: inverse-surface with inverse-on-surface text313 - Bottom sheets: surface-container-low3143153. **State Layers**:316 - Hover: Apply 8% opacity layer of on-surface317 - Focus: Apply 12% opacity layer of on-surface318 - Pressed: Apply 12% opacity layer of on-surface319 - Dragged: Apply 16% opacity layer of on-surface3203214. **Emphasis and Brand**:322 - Use fixed accent colors for brand elements that must remain consistent323 - Apply emphasis through color saturation and contrast, not just hue324 - Use tertiary as an expressive accent for onboarding, highlights, and branding325326### Dynamic Color Generation327328When generating color schemes from a source color:3293301. **Extract Core Hue**: Identify the dominant hue from the source (e.g., user wallpaper)3312. **Generate Tonal Palettes**: Create five tonal palettes using HCT (Hue, Chroma, Tone) color space3323. **Assign Color Roles**: Map generated tones to semantic color roles (26+ roles)3334. **Generate Fixed Variants**: Create fixed accent colors that remain constant across themes3345. **Generate Surface Containers**: Create the five-level surface container hierarchy3356. **Generate Contrast Variants**: Produce standard, medium, and high contrast versions3367. **Validate Contrast**: Ensure all role pairs meet accessibility requirements3378. **Support Themes**: Generate both light and dark variants338339### Best Practices3403411. **Semantic Naming**: Always use semantic color tokens (e.g., `primary`, `error`) rather than literal colors (e.g., `blue`, `red`)3422. **Consistent Application**: Apply colors consistently across all components3433. **Elevation Tinting**: Add subtle tint to elevated surfaces using primary color at very low opacity3444. **Color Hierarchy**: Use primary for main actions, secondary for less important actions, tertiary for expressive accents3455. **Test Both Themes**: Always test in both light and dark modes3466. **Vibrant Expression**: In M3 Expressive, embrace richer, more vibrant colors while maintaining accessibility3477. **Context Awareness**: Adapt color intensity and palette based on app context and user preferences3488. **Use Fixed Colors for Branding**: Apply fixed accent tokens for logo colors or elements that must not change between themes3499. **Support Contrast Levels**: Implement standard, medium, and high contrast variants for accessibility35010. **Surface Container Hierarchy**: Use the five surface container levels to create clear visual depth351352## Tools and Resources353354- **`tokens.css`**: Ready-to-use M3 color tokens (light + dark) based on the orange baseline palette (#FF9800), included in this skill's directory. Copy into your project and customize.355- **`examples/color-roles.svg`**: Visual reference SVG showing M3 color roles (primary, secondary, tertiary, error), surface container tones, and the primary tonal palette. Use as a stakeholder reference or documentation asset.356- **`material-theme-builder` skill**: Use to generate a complete token set from any source color programmatically.357- **Material Color Utilities**: https://github.com/material-foundation/material-color-utilities — HCT color space, palette generation, and dynamic color algorithms358- **Material Theme Builder**: https://material-foundation.github.io/material-theme-builder/ — interactive web tool for generating color schemes359- **Official M3 CSS tokens**: https://github.com/material-foundation/material-tokens — baseline CSS token files (colors, typography, shape, motion, state, elevation)360- **M3 color system**: https://m3.material.io/styles/color/overview361- **M3 design tokens overview**: https://m3.material.io/foundations/design-tokens/overview362- **Color Contrast Checker**: Validate WCAG compliance for all text and interactive elements363- **HCT Color Space**: Leverage for perceptually uniform color generation364- **CSS Custom Properties**: Implement dynamic theming with CSS variables and data attributes365366## Common Pitfalls to Avoid3673681. ❌ Hard-coding color values instead of using tokens3692. ❌ Using only one color for all states (no hover, focus, pressed variations)3703. ❌ Ignoring dark theme or treating it as an afterthought3714. ❌ Insufficient contrast between text and background3725. ❌ Overusing accent colors (they should be used sparingly for emphasis)3736. ❌ Not testing with actual user-generated color schemes3747. ❌ Relying only on color to communicate state or information3758. ❌ Forgetting to define fixed accent colors for brand elements3769. ❌ Not implementing multiple contrast levels for accessibility37710. ❌ Using surface instead of the appropriate surface container variant378379## Checklist for Color Implementation380381When implementing M3 color systems, ensure:382383- [ ] All five tonal palettes are defined (Primary, Secondary, Tertiary, Neutral, Neutral Variant)384- [ ] Both light and dark themes are implemented385- [ ] All color pairs meet WCAG contrast requirements386- [ ] Semantic color tokens are used throughout (no hard-coded hex values)387- [ ] State layers (hover, focus, pressed) are implemented with appropriate opacity388- [ ] Elevation tinting is applied to raised surfaces389- [ ] Color scheme can be dynamically generated from user source colors390- [ ] All components use color roles consistently391- [ ] Color is not the only indicator of state or information392- [ ] Fixed accent colors are defined for branding elements (primary-fixed, secondary-fixed, tertiary-fixed)393- [ ] Surface container hierarchy is implemented (lowest through highest)394- [ ] Inverse colors are defined for contrast elements (snackbars, tooltips)395- [ ] Three contrast levels are supported (standard, medium, high)396- [ ] Scrim and shadow tokens are defined397- [ ] Documentation includes color token reference and usage guidelines398399---400> Converted and distributed by [TomeVault](https://tomevault.io/claim/shelbeely) — claim your Tome and manage your conversions.401<!-- tomevault:4.0:skill_md:2026-04-15 -->
Run npx skillmds@latest add tomevault-io/material-design-3-color in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Applies Material Design 3 Expressive dynamic color and theming principles to user interfaces. Use this when working on color palettes, themes, dynamic color systems, accessibility, or when the user asks to apply Material Design 3 color guidelines to a design or application. Use when this capability is needed. It is listed under Web & Frontend on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.