---
url: https://chartbuddy.io/embed/docs/concepts/colors-and-fonts.md
---
# Colors & fonts

## Series colors

Palette lives on the legend:

```js
legend: {
  visible: true,
  colors: ['#4285F4', '#DB4437', '#F4B400', '#0F9D58'],
}
```

## Text

Title, subtitle, footnote, axis labels, and multilines carry their own font fields in a full `chartData` export (`fontFamily`, `fontSize`, `fontColor`, …). Face/color for title furniture are often inside the HTML `text`. Start from `getChartData()` when matching a brand. See [Title, subtitle & footnote](/configuration/title-subtitle-footnote) and [Text boxes](/configuration/text-boxes).
