• Customize

  • @if ($color_presets) @foreach ($color_presets as $color) @php $color->text_light = $color->text_light ?: '#1e293b'; $color->text_dark = $color->text_dark ?: '#cbd5e1'; @endphp
  • {{ $color->title }}

  • @endforeach @endif