/** * Type for hex colors */ export type Hex = `#${string}`;