@furystack/shades-common-components
Version:
Common UI components for FuryStack Shades
8 lines • 350 B
TypeScript
import type { Palette } from '../services/theme-provider-service.js';
/**
* Color palette inspired by the Warcraft 1 Human faction UI.
* Gold as the primary brand color, Alliance royal blue as secondary,
* with warm medieval tones for semantic colors.
*/
export declare const paladinPalette: Palette;
//# sourceMappingURL=paladin-palette.d.ts.map