# ColorPallet

Color pallet

## Installation

```tsx
import { ColorPallet } from 'uxp/components';
```

## Signature

```tsx
const ColorPallet: React.FunctionComponent<IColorPalletProps>
```

## Properties

| Name     | Type                    | Mandatory | Default Value | Example Value |
| -------- | ----------------------- | --------- | ------------- | ------------- |
| color    | string                  | Yes       | -             | -             |
| onChange | (color: string) => void | Yes       | -             | -             |
| onCancel | () => void              | Yes       | -             | -             |

## Related Types

* [IColorPalletProps](https://help.iviva.com/uxp/v5/additional-resources/types/icolorpalletprops)
