Сolor palette
The same as the Select Field, but allows you to select multiple options.
Result:
Output:
html
{foreach $colors as $color}
<span style="background-color: #{$color}"></span>
{/foreach}