UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

8 lines 348 B
import type { Palette } from '../services/theme-provider-service.js'; /** * Color palette inspired by the Warcraft 1 Orc faction UI. * Crimson red as the primary brand color, swamp green as secondary, * with harsh warm tones for semantic colors. */ export declare const chieftainPalette: Palette; //# sourceMappingURL=chieftain-palette.d.ts.map