PALETTE: {
agrisados: { color: string; title: string }[];
claros: { color: string; title: string }[];
oscuros: { color: string; title: string }[];
vivos: { color: string; title: string }[];
} = ...
Type Declaration
agrisados: { color: string; title: string }[]
claros: { color: string; title: string }[]
oscuros: { color: string; title: string }[]
vivos: { color: string; title: string }[]