All text colors are derived automatically for legibility. Only surface colors are configurable here.
@php
$fields = [
'nav_color' => 'Nav color',
'accent_color' => 'Accent color',
'accent_color_2' => 'Secondary accent',
'background_color' => 'Background color',
'topbar_color' => 'Top bar color',
];
@endphp
@foreach ($fields as $field => $label)
@php
$value = old($field, '');
@endphp
@endforeach