GIMP Palette
Name: hue.gl Palette {{version}}
Columns: 0
#
{{#each colors as |color|}}
    {{#each color.hex as |hex|~}}
        {{#with (hex2rgb hex) as |rgb|~}}
            {{rgb.r}} {{rgb.g}} {{rgb.b}}
        {{~/with}}
        {{color.name}}{{@index}}
    {{/each}}
{{/each}}
