Interface Color

A color in the palette.

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

Properties

Properties

hex: string
name?: string