@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A named CSS colour with a human-readable label and hex value.

    interface NamedColor {
        hex: string;
        name: string;
    }
    Index

    Properties

    Properties

    hex: string

    Hex value (#rrggbb).

    name: string

    Human-readable colour name (e.g. "Coral").