idea-toolbox
    Preparing search index...

    Interface Color

    A color in the palette.

    interface Color {
        hex: string;
        name?: string;
    }
    Index

    Properties

    Properties

    hex: string
    name?: string