@php
$colors = [
'#7c5cc4', '#34cea7', '#2196f3', '#ffc107', '#ff7588', '#288b46', '#e74c3c', '#34495e',
'#9b59b6', '#1abc9c', '#e67e22', '#3498db', '#f39c12', '#d35400', '#c0392b', '#8e44ad', '#2c3e50'
];
@endphp
@foreach($colors as $col)
@endforeach
Or choose custom: