Preparing search index...

    Variable paletteConst

    palette: {
        primary: string;
        secondary: string;
        accent: string;
        bonusColor1: string;
        bonusColor2: string;
        textPrimary: string;
        textTertiary: string;
        textGrey: string;
        textBackground: string;
        borderColor: string;
        backgroundColor: string;
        modalBackground: string;
        white: string;
        ratingColor: string;
        progressGrey: string;
    } = ...

    UI design palette with semantic color assignments Maps base colors to specific UI roles and component states for consistent application design and theming

    Type Declaration

    • primary: string
    • secondary: string
    • accent: string
    • bonusColor1: string
    • bonusColor2: string
    • textPrimary: string
    • textTertiary: string
    • textGrey: string
    • textBackground: string
    • borderColor: string
    • backgroundColor: string
    • modalBackground: string
    • white: string
    • ratingColor: string
    • progressGrey: string