# Color Palettes

## Description

Get a list of colors from premade palettes from Windows, common web standards, and industry color sets. Each palette is either pulled from the system or is a pre-populated list from common web and desktop color palettes including Material and D3. Collections with an asterisk (\*) before their name have subsets in the collection that filter the results. For example, Material has a range of brightness subsets to choose from. The result is a list of colors and their associated collection names.

{% tabs %}
{% tab title="Preview" %}
![](https://3998772548-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8UMWfS21dL8V5gHso8pd%2Fuploads%2FKn2yYaYJtY6BuKdeTll6%2FColorPlus-ColorPalettes.png?alt=media\&token=9098c6e9-c6a0-40f1-9dbc-d4c73d74b73f)
{% endtab %}

{% tab title="Location" %}
**Name** | Color Palettes

**Nickname** | Palette

**Tab** | Display

**Panel** | Colour

**Division** | 3
{% endtab %}

{% tab title="Inputs" %}
**C** | **Collection** (*Integer*) | The color collection

**S** | **Sub Collection** (*Integer*) | For Collections with an asterisk(\*) there are sub options for color sets.
{% endtab %}

{% tab title="Ouputs" %}
**N** | **Names** (*Text*) | Resulting color names

**C** | **Colors** (*Colour*) | Resulting colors
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage

The component inputs for C and S have right click options for manual palette selection. Integer inputs for items or lists can be used as well. For Collections (C) with an asterisk (\*) Sub options for the palettes are available.  If the Collection does not have sub options, this will default back to (0) or ("All").

![](https://3998772548-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8UMWfS21dL8V5gHso8pd%2Fuploads%2FPwbAFFPr1TxC6dD0jt5V%2FPalettes.gif?alt=media\&token=e01b0d14-108a-48ea-940c-3274fca50461)

## Palette Color Sources

The colors are sourced directly from the system, or from a series of pre formatted color collections.&#x20;

* [Known ](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.knowncolor?view=net-5.0)(From Windows)&#x20;
* [System ](https://docs.microsoft.com/en-us/dotnet/api/system.windows.systemcolors?view=net-5.0)(From Windows)&#x20;
* [Windows ](https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.colors?view=net-5.0)(From Windows)
* [Win8 ](https://www.w3schools.com/colors/colors_win8.asp)(Preset)
* [Metro ](https://materialui.co/metrocolors)(Preset)&#x20;
* [Flat ](https://materialui.co/flatuicolors)(Preset)
* [Fluent ](https://www.fluentcolors.com/)(Preset)&#x20;
* [RAL ](https://ral-colors.us/)(Preset)&#x20;
* \*[Material ](https://materialui.co/colors/)(SubSets)&#x20;
* \*[Tailwind ](https://tailwindcolor.com/)(SubSets)
* \*[D3 Categorical ](https://github.com/d3/d3-scale-chromatic)(SubSets)&#x20;
* \*[D3 Sequential Single ](https://github.com/d3/d3-scale-chromatic)(SubSets)&#x20;
* \*[D3 Sequential Multiple](https://github.com/d3/d3-scale-chromatic) (SubSets)&#x20;
* \*[D3 Sequential Spectrum ](https://github.com/d3/d3-scale-chromatic)(SubSets)
* \*[D3 Diverging](https://github.com/d3/d3-scale-chromatic) (SubSets)
* \*[D3 Cyclical](https://github.com/d3/d3-scale-chromatic) (SubSets)
