export interface Oklch { mode: "oklch"; l: number; c: number; h?: number; alpha?: number; }