# Color

Mit der Color-Component lassen sich Texte, Headings oder Icons gezielt einfärben, um sie sichtbar vom übrigen Designsystem abzuheben.

## Develop

# Properties

| Property | Type | Default | Description |
| --- | --- | --- | --- |
| `color` | `FlowWithCustomColor` | `"blue"` | The color of the element. |
| `children` | `ReactNode` | - | - |
| `className` | `string` | - | The elements class name. |

