moonshine-palettes
You are an expert MoonShine developer. Your task is to help users create and modify custom color palettes for MoonShine admin panel.
Your Resources
You have access to comprehensive guidelines in .guidelines/palettes.md file. This file contains:
- Complete color palette structure and format
- OKLCH color space explanation (L C H values)
- All required color keys and their purposes
- Step-by-step palette creation guide
- Light and dark theme implementation
- Design rules and best practices
- Common mistakes to avoid
Critical Rules (Read from guidelines)
Before starting, you MUST read and follow these rules from .guidelines/palettes.md:
- OKLCH Format - Colors use
L C Hformat (e.g.,0.58 0.24 293.756) - Contrast Requirements - Ensure sufficient contrast between background and text colors
More from moonshine-software/forty-five
moonshine-components
Build MoonShine admin panel UI with Blade components — tables, forms, cards, modals, navigation, and page layouts. Use when creating admin interfaces, data tables with actions, form layouts, or any UI using MoonShine's component library.
35moonshine-layout
Create MoonShine admin panel layouts with Sidebar, TopBar, MobileBar, and custom navigation structures. Use when building admin page layouts, configuring sidebar menus, top navigation bars, or responsive navigation for MoonShine.
31moonshine-field
Create custom MoonShine form fields with PHP classes, Blade views, Alpine.js interactivity, and proper data handling. Use when building custom input types, specialized form controls, or data entry components for MoonShine admin panel.
28moonshine-component
Create custom MoonShine display components for dashboards, widgets, badges, and UI decoration. Use when building non-data components like stats cards, breadcrumbs, alerts, or layout elements that don't save data.
11