mixmi-color-system

Define WCAG-compliant color tokens with hex values for Tailwind CSS theming.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/djchikk/mixmi-alpha-fresh --skill mixmi-color-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mixmi-color-system
Source: https://github.com/djchikk/mixmi-alpha-fresh/tree/main/docs/archive/mixmi-color-system
Command: npx skills add https://github.com/djchikk/mixmi-alpha-fresh --skill mixmi-color-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Mixmi color system provides a unified, accessible palette with semantic meanings, hex codes, and usage patterns that ensure consistent branding and WCAG-compliant UI across all content types including loops, songs, playlists, video, and radio.

Core Features & Use Cases

  • Semantic color tokens for content types (loops, songs, playlists, video, radio) with borders, hover states, and badges that clarify hierarchy.
  • UI guidance & tooling: clear usage patterns, examples, and design tokens ready for CSS/Tailwind integration.
  • Design system integration: ready-to-apply tokens for components and layouts across the platform.
  • Use Case: A frontend designer applies mixmi-purple for loop cards and mixmi-gold for finished songs to maintain consistent theming on a dark background.

Quick Start

Use the color tokens like mixmi-purple, mixmi-gold, mixmi-indigo, mixmi-sky, mixmi-orange, mixmi-cyan in component styles and update the Tailwind config to expose these tokens and colors.

Frequently Asked Questions about mixmi-color-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up semantic color tokens for a UI design system in Tailwind?

Semantic color tokens in Tailwind require mapping exact hex values like mixmi-purple (#9772F4) and mixmi-gold (#FFE4B5) in your config file. This defines a unified color system with borders, hover states, and badges for consistent UI theming across content types.

What are the best hex codes for an accessible dark mode UI color palette?

An accessible dark mode UI color palette uses specific hex codes like mixmi-indigo (#6366F1), mixmi-sky (#38BDF8), and mixmi-cyan (#81E4F2). These WCAG-compliant colors ensure semantic meaning and clear hierarchy for components on dark backgrounds.

Does this color system provide WCAG-compliant design tokens for frontend components?

Yes, this color system provides WCAG-compliant design tokens for frontend components. It defines exact hex codes and semantic meanings for content types like loops, songs, and video, ensuring accessible UI across the platform.

How do I apply design tokens for different content types like loops and songs?

Apply design tokens by assigning specific colors to content types, such as mixmi-purple for loop cards and mixmi-gold for finished songs. This semantic mapping clarifies visual hierarchy and maintains consistent theming across layouts.

Can I use these UI color tokens without adding extra component dependencies?

Yes, you can use these UI color tokens without extra component dependencies. The system requires only Tailwind integration and exact hex values to expose the tokens in your styling setup, functioning independently of external component libraries.

Why do my semantic borders and hover states look inconsistent across UI components?

Inconsistent borders and hover states occur when exact hex values are not applied uniformly. Implementing a unified color system with predefined design tokens ensures semantic colors and hover states remain consistent across all UI components.