<demo>

### Color Indication

Different colors represent different meanings.

```jsx live
<>
  <Button color="green">Success</Button>
  <Button color="blue">Info</Button>
  <Button color="yellow">Warning</Button>
  <Button color="red">Danger</Button>
</>
```

</demo>
