Discrete vs. continuous
Discrete and continuous colour palettes are the two primary types of colour palettes used for data visualisation.
Types of chart colours
VUD uses colourblind-safe colour tokens and supports four types of chart colours to cater to different data visualisation needs:
- Categorical
- Sequential
- Diverging
- Single-colour
1. Categorical
Categorical palettes, also known as qualitative palettes, are used to represent discrete categories of data in a random order. They are typically applied to distinguish different categories of data by using distinct colours.
2. Sequential
Sequential palettes are colours rearranged in a specific order, often following a numerical progression such as gradients or scales. They are commonly used to illustrate variations in magnitude or intensity across a range of values.
3. Diverging
Diverging palettes are to compare two or more sets of data that have opposing trends or values. They display the difference between two data sets and highlight the positive and negative deviations from a reference point.
4. Single-colour
The single-colour palette is to represent your brand's visual language.