Interface
The interface for the reference color palette.
Properties
| Property | Type | Notes |
|---|---|---|
black | string | The black color. |
error | ReferencePaletteColor | The error color of the palette. |
info | ReferencePaletteColor | The info color of the palette. |
neutral | ReferencePaletteNeutralColor | The neutral color of the palette. |
primary | ReferencePaletteColor | The primary color of the palette. |
secondary | ReferencePaletteColor | The secondary color of the palette. |
success | ReferencePaletteColor | The success color of the palette. |
warning | ReferencePaletteColor | The warning color of the palette. |
white | string | The white color. |