export interface ColorValue { h?: number s?: number kelvin?: number } export interface ColorPreset { id: number name: string value: ColorValue }