Interface for an object that stores multiple colors.

Example:

{
primary: 'red',
secondary: '#ff0000',
}

Hierarchy

  • IColors

Indexable

[key: string]: string