<button class="px-2 py-1 lg:px-4 bg-primary text-white text-sm rounded hover:bg-primary-600 border border-primary-500">Primary</button>
<button class="px-2 py-1 lg:px-4 bg-red text-white text-sm rounded hover:bg-red-600 border border-red-500">Red</button>
<button class="px-2 py-1 lg:px-4 bg-green text-white text-sm rounded hover:bg-green-600 border border-green-500">Green</button>
<button class="px-2 py-1 lg:px-4 bg-yellow text-white text-sm rounded hover:bg-yellow-600 border border-yellow-500">Yellow</button>
<button class="px-2 py-1 lg:px-4 bg-pink text-white text-sm rounded hover:bg-pink-600 border border-pink-500"type="button" >Pink</button>
<button class="px-2 py-1 lg:px-4 bg-blue text-white text-sm rounded transition hover:bg-blue-600 border border-blue font-medium">Blue</button>
<button class="px-2 py-1 lg:px-4 bg-slate-100 text-gray-600 text-sm rounded hover:bg-slate-200 border border-slate-100">Light</button>
<button class="px-2 py-1 lg:px-4 bg-slate-900 text-white text-sm rounded hover:bg-slate-800 border border-slate-900">Dark</button>