Seleccione una paleta de colores

@php $colorThemes = $themes->filter(function ($theme) { return $theme->type == 'colors'; }); @endphp @foreach ($colorThemes as $theme)
@foreach ($theme->values as $themeValue) @if(strpos($themeValue->value, "#") === 0) @endif @endforeach
@endforeach