@hyperlane-xyz/widgets
Version:
Common react components for Hyperlane projects
14 lines • 485 B
TypeScript
export declare enum ColorPalette {
Black = "#010101",
White = "#FFFFFF",
Blue = "#2764C1",
DarkBlue = "#162A4A",
LightBlue = "#82A8E4",
Pink = "#CF2FB3",
LightGray = "#D3D4D7",
Gray = "#6B7280",
Beige = "#F1EDE9",
Red = "#BF1B15"
}
export declare function seedToBgColor(seed?: number): "htw-bg-gray-100" | "htw-bg-blue-100" | "htw-bg-pink-200" | "htw-bg-green-100" | "htw-bg-orange-200" | "htw-bg-violet-200";
//# sourceMappingURL=color.d.ts.map