# Adding New Color Group

## Description

To create a new color group, add a new section with unique key to **groups** section in `colors.yml`. Then, add the color scheme names with a required permission. Set the value to "none" if you don't want the color scheme to require a permission. You can add any color schemes you want. These color groups can be used with the effects which contains particles with dynamic color data.&#x20;

```yaml
color-group-key:
    scheme1: "<PERMISSION>"
    scheme2: "<PERMISSION>"
    ...
```

## Examples

{% tabs %}
{% tab title="colors.yml" %}

```yaml
groups:
  gradients:
    gradient-red-blue: "none"
    gradient-red-yellow-blue: "none"
    gradient-red-gold: "none"
    gradient-aqua-blue: "none"
    gradient-aqua-brown: "none"
    gradient-dark-aqua-black: "none"
    dark-1: "none"
    dark-2: "none"
    dark-3: "none"
    dark-4: "none"
    dark-5: "none"
```

{% endtab %}
{% endtabs %}
