typealias HexColorString

export type HexColorString = `#${string}`;
`#${string}`