- Published on
Ways To Build A Gradient Blocks With Tailwind CSS In 60 Minutes

- What is Tailwind CSS?
- The description of Gradient blocks ui component
- Why use Tailwind CSS to create a Gradient blocks ui component?
- The preview of Gradient blocks ui component
- The source code of Gradient blocks ui component
- How to create a Gradient blocks with Tailwind CSS?
- Install tailwind css of verion 3.0.18
- All the unility class needed to create a Gradient blocks component
- 16 steps to create a Gradient blocks component with Tailwind CSS
- Conclusion
What is Tailwind CSS?
Tailwind CSS is a utility-first CSS framework that focuses on creating personalized user interfaces quickly. It can gives you all the building blocks you are able to create personalized designs without having to fight to override irritating opinionated styles. Also, Tailwind CSS is a highly configurable, low-level CSS framework.
The description of Gradient blocks ui component
Simply click to copy the tailwind gradient class to your clipboard
Why use Tailwind CSS to create a Gradient blocks ui component?
- It can make the building process of Gradient blocks ui component faster and more easily.
- Enables building complex responsive layouts and components freely.
- Minimum lines of CSS code in Gradient blocks component file.
The preview of Gradient blocks ui component
Free download of the Gradient blocks's source code
The source code of Gradient blocks ui component
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:[email protected]&display=swap');
body { font-family: 'Poppins', sans-serif; }
</style>
<div class="bg-slate-100">
<div class="px-4 max-w-md mx-auto">
<div class="h-24 my-4 bg-gradient-to-r from-amber-100 to-fuchsia-50 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-100 to-fuchsia-50').then(function(){ alert('Margo copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Margo</div><div class="font-mono text-xs">from-amber-100 to-fuchsia-50</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-100 to-teal-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-100 to-teal-900').then(function(){ alert('Fresh Turboscent copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Fresh Turboscent</div><div class="font-mono text-xs">from-amber-100 to-teal-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-100 to-yellow-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-100 to-yellow-500').then(function(){ alert('Sun on the Horizon copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Sun on the Horizon</div><div class="font-mono text-xs">from-amber-100 to-yellow-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-100 to-zinc-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-100 to-zinc-300').then(function(){ alert('Sirius Tamed copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Sirius Tamed</div><div class="font-mono text-xs">from-amber-100 to-zinc-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-200 to-lime-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-200 to-lime-100').then(function(){ alert('Sunny Days copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Sunny Days</div><div class="font-mono text-xs">from-amber-200 to-lime-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-300 to-amber-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-300 to-amber-400').then(function(){ alert('Pastel Orange at the Sun copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Pastel Orange at the Sun</div><div class="font-mono text-xs">from-amber-300 to-amber-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-300 to-zinc-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-300 to-zinc-800').then(function(){ alert('Vasily copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Vasily</div><div class="font-mono text-xs">from-amber-300 to-zinc-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-400 to-lime-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-400 to-lime-200').then(function(){ alert('Sulphur copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Sulphur</div><div class="font-mono text-xs">from-amber-400 to-lime-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-400 to-orange-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-400 to-orange-500').then(function(){ alert('Citrus Peel copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Citrus Peel</div><div class="font-mono text-xs">from-amber-400 to-orange-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-500 to-green-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-500 to-green-400').then(function(){ alert('Sherbert copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sherbert</div><div class="font-mono text-xs">from-amber-500 to-green-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-500 to-orange-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-500 to-orange-600').then(function(){ alert('SoundCloud copied to clipboard!') })"><div class="text-slate-200 text-center"><div>SoundCloud</div><div class="font-mono text-xs">from-amber-500 to-orange-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-500 to-yellow-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-500 to-yellow-300').then(function(){ alert('Mango Pulp copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Mango Pulp</div><div class="font-mono text-xs">from-amber-500 to-yellow-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-500 to-yellow-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-500 to-yellow-400').then(function(){ alert('Learning and Leading copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Learning and Leading</div><div class="font-mono text-xs">from-amber-500 to-yellow-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-amber-600 to-pink-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-amber-600 to-pink-600').then(function(){ alert('Crazy Orange I copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Crazy Orange I</div><div class="font-mono text-xs">from-amber-600 to-pink-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-100 to-red-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-100 to-red-300').then(function(){ alert('Moonrise copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Moonrise</div><div class="font-mono text-xs">from-blue-100 to-red-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-100 to-red-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-100 to-red-400').then(function(){ alert('Jaipur copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Jaipur</div><div class="font-mono text-xs">from-blue-100 to-red-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-400 to-indigo-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-400 to-indigo-300').then(function(){ alert('Venice copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Venice</div><div class="font-mono text-xs">from-blue-400 to-indigo-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-500 to-blue-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-500 to-blue-400').then(function(){ alert('Inbox copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Inbox</div><div class="font-mono text-xs">from-blue-500 to-blue-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-500 to-blue-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-500 to-blue-600').then(function(){ alert('Kimoby Is The New Blue copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Kimoby Is The New Blue</div><div class="font-mono text-xs">from-blue-500 to-blue-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-500 to-pink-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-500 to-pink-400').then(function(){ alert('Vice City copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Vice City</div><div class="font-mono text-xs">from-blue-500 to-pink-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-500 to-slate-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-500 to-slate-600').then(function(){ alert('Solid Vault copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Solid Vault</div><div class="font-mono text-xs">from-blue-500 to-slate-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-500 to-violet-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-500 to-violet-500').then(function(){ alert('Electric Violet copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Electric Violet</div><div class="font-mono text-xs">from-blue-500 to-violet-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-600 to-zinc-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-600 to-zinc-400').then(function(){ alert('Can You Feel The Love Tonight copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Can You Feel The Love Tonight</div><div class="font-mono text-xs">from-blue-600 to-zinc-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-700 to-yellow-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-700 to-yellow-300').then(function(){ alert('Ukraine copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Ukraine</div><div class="font-mono text-xs">from-blue-700 to-yellow-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-700 via-blue-500 to-blue-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-700 via-blue-500 to-blue-400').then(function(){ alert('Bluelagoo copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Bluelagoo</div><div class="font-mono text-xs">from-blue-700 via-blue-500 to-blue-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-900 to-blue-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-900 to-blue-900').then(function(){ alert('Joomla copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Joomla</div><div class="font-mono text-xs">from-blue-900 to-blue-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-blue-900 to-green-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-blue-900 to-green-600').then(function(){ alert('Meridian copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Meridian</div><div class="font-mono text-xs">from-blue-900 to-green-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-200 to-cyan-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-200 to-cyan-400').then(function(){ alert('Maldives copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Maldives</div><div class="font-mono text-xs">from-cyan-200 to-cyan-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-200 via-cyan-300 to-blue-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-200 via-cyan-300 to-blue-700').then(function(){ alert('Jodhpur copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Jodhpur</div><div class="font-mono text-xs">from-cyan-200 via-cyan-300 to-blue-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-300 to-orange-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-300 to-orange-200').then(function(){ alert('Shore copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Shore</div><div class="font-mono text-xs">from-cyan-300 to-orange-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 to-blue-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 to-blue-500').then(function(){ alert('Reef copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Reef</div><div class="font-mono text-xs">from-cyan-400 to-blue-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 to-blue-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 to-blue-600').then(function(){ alert('Facebook Messenger copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Facebook Messenger</div><div class="font-mono text-xs">from-cyan-400 to-blue-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 to-emerald-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 to-emerald-200').then(function(){ alert('Sea Blizz copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Sea Blizz</div><div class="font-mono text-xs">from-cyan-400 to-emerald-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 to-gray-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 to-gray-400').then(function(){ alert('Bright Vault copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Bright Vault</div><div class="font-mono text-xs">from-cyan-400 to-gray-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 to-green-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 to-green-300').then(function(){ alert('Back To Earth copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Back To Earth</div><div class="font-mono text-xs">from-cyan-400 to-green-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 to-indigo-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 to-indigo-500').then(function(){ alert('Scooter copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Scooter</div><div class="font-mono text-xs">from-cyan-400 to-indigo-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 to-indigo-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 to-indigo-800').then(function(){ alert('Mantle copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Mantle</div><div class="font-mono text-xs">from-cyan-400 to-indigo-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-400 via-teal-400 to-teal-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-400 via-teal-400 to-teal-400').then(function(){ alert('Subu copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Subu</div><div class="font-mono text-xs">from-cyan-400 via-teal-400 to-teal-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-500 to-cyan-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-500 to-cyan-600').then(function(){ alert('Blue Raspberry copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Blue Raspberry</div><div class="font-mono text-xs">from-cyan-500 to-cyan-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-500 to-yellow-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-500 to-yellow-400').then(function(){ alert('Brady Brady Fun Fun copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Brady Brady Fun Fun</div><div class="font-mono text-xs">from-cyan-500 to-yellow-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-600 to-sky-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-600 to-sky-300').then(function(){ alert('Cool Blues copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Cool Blues</div><div class="font-mono text-xs">from-cyan-600 to-sky-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-600 to-sky-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-600 to-sky-300').then(function(){ alert('Sexy Blue copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sexy Blue</div><div class="font-mono text-xs">from-cyan-600 to-sky-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-600 to-slate-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-600 to-slate-700').then(function(){ alert('Nighthawk copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Nighthawk</div><div class="font-mono text-xs">from-cyan-600 to-slate-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-600 to-teal-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-600 to-teal-500').then(function(){ alert('Green Beach copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Green Beach</div><div class="font-mono text-xs">from-cyan-600 to-teal-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-600 via-sky-300 to-fuchsia-50 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-600 via-sky-300 to-fuchsia-50').then(function(){ alert('Cool Sky copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Cool Sky</div><div class="font-mono text-xs">from-cyan-600 via-sky-300 to-fuchsia-50</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-700 to-teal-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-700 to-teal-300').then(function(){ alert('Chitty Chitty Bang Bang copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Chitty Chitty Bang Bang</div><div class="font-mono text-xs">from-cyan-700 to-teal-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-700 to-teal-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-700 to-teal-700').then(function(){ alert('Turquoise flow copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Turquoise flow</div><div class="font-mono text-xs">from-cyan-700 to-teal-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-800 to-slate-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-800 to-slate-600').then(function(){ alert('Sea Blue copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sea Blue</div><div class="font-mono text-xs">from-cyan-800 to-slate-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-800 via-zinc-500 to-rose-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-800 via-zinc-500 to-rose-400').then(function(){ alert('Red Sunset copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Red Sunset</div><div class="font-mono text-xs">from-cyan-800 via-zinc-500 to-rose-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-900 to-gray-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-900 to-gray-500').then(function(){ alert('Moss copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Moss</div><div class="font-mono text-xs">from-cyan-900 to-gray-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-cyan-900 to-rose-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-cyan-900 to-rose-200').then(function(){ alert('Purple Paradise copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Purple Paradise</div><div class="font-mono text-xs">from-cyan-900 to-rose-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-100 via-amber-200 to-rose-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-100 via-amber-200 to-rose-400').then(function(){ alert('MegaTron copied to clipboard!') })"><div class="text-slate-800 text-center"><div>MegaTron</div><div class="font-mono text-xs">from-emerald-100 via-amber-200 to-rose-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-200 to-lime-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-200 to-lime-100').then(function(){ alert('Limeade copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Limeade</div><div class="font-mono text-xs">from-emerald-200 to-lime-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-200 to-teal-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-200 to-teal-400').then(function(){ alert('Teal Love copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Teal Love</div><div class="font-mono text-xs">from-emerald-200 to-teal-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-300 to-zinc-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-300 to-zinc-700').then(function(){ alert('Between The Clouds copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Between The Clouds</div><div class="font-mono text-xs">from-emerald-300 to-zinc-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-400 to-sky-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-400 to-sky-700').then(function(){ alert('Endless River copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Endless River</div><div class="font-mono text-xs">from-emerald-400 to-sky-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-400 to-slate-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-400 to-slate-800').then(function(){ alert('Pacific Dream copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Pacific Dream</div><div class="font-mono text-xs">from-emerald-400 to-slate-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-400 to-slate-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-400 to-slate-800').then(function(){ alert('The Blue Lagoon copied to clipboard!') })"><div class="text-slate-200 text-center"><div>The Blue Lagoon</div><div class="font-mono text-xs">from-emerald-400 to-slate-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-400 to-teal-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-400 to-teal-100').then(function(){ alert('Cinnamint copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Cinnamint</div><div class="font-mono text-xs">from-emerald-400 to-teal-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-400 to-yellow-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-400 to-yellow-100').then(function(){ alert('Honey Dew copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Honey Dew</div><div class="font-mono text-xs">from-emerald-400 to-yellow-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-500 to-neutral-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-500 to-neutral-900').then(function(){ alert('Vine copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Vine</div><div class="font-mono text-xs">from-emerald-500 to-neutral-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-emerald-600 to-green-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-emerald-600 to-green-300').then(function(){ alert('Mojito copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Mojito</div><div class="font-mono text-xs">from-emerald-600 to-green-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-200 to-fuchsia-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-200 to-fuchsia-400').then(function(){ alert('Black Rosé copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Black Rosé</div><div class="font-mono text-xs">from-fuchsia-200 to-fuchsia-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-500 to-cyan-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-500 to-cyan-200').then(function(){ alert('Azure Pop copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Azure Pop</div><div class="font-mono text-xs">from-fuchsia-500 to-cyan-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-500 to-cyan-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-500 to-cyan-500').then(function(){ alert('Timber copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Timber</div><div class="font-mono text-xs">from-fuchsia-500 to-cyan-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-500 to-purple-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-500 to-purple-600').then(function(){ alert('Intuitive Purple copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Intuitive Purple</div><div class="font-mono text-xs">from-fuchsia-500 to-purple-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-600 to-indigo-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-600 to-indigo-800').then(function(){ alert('Cosmic Fusion copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Cosmic Fusion</div><div class="font-mono text-xs">from-fuchsia-600 to-indigo-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-700 to-purple-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-700 to-purple-800').then(function(){ alert('Amethyst copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Amethyst</div><div class="font-mono text-xs">from-fuchsia-700 to-purple-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-800 to-fuchsia-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-800 to-fuchsia-500').then(function(){ alert('Suzy copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Suzy</div><div class="font-mono text-xs">from-fuchsia-800 to-fuchsia-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-800 to-red-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-800 to-red-200').then(function(){ alert('Pink Flavour copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Pink Flavour</div><div class="font-mono text-xs">from-fuchsia-800 to-red-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-800 to-red-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-800 to-red-600').then(function(){ alert('Virgin America copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Virgin America</div><div class="font-mono text-xs">from-fuchsia-800 to-red-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-800 via-rose-500 to-orange-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-800 via-rose-500 to-orange-500').then(function(){ alert('Wiretap copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Wiretap</div><div class="font-mono text-xs">from-fuchsia-800 via-rose-500 to-orange-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-fuchsia-900 to-pink-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-fuchsia-900 to-pink-600').then(function(){ alert('Crimson Tide copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Crimson Tide</div><div class="font-mono text-xs">from-fuchsia-900 to-pink-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-100 to-slate-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-100 to-slate-900').then(function(){ alert('What lies Beyond copied to clipboard!') })"><div class="text-slate-800 text-center"><div>What lies Beyond</div><div class="font-mono text-xs">from-gray-100 to-slate-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-400 to-gray-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-400 to-gray-100').then(function(){ alert('Portrait copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Portrait</div><div class="font-mono text-xs">from-gray-400 to-gray-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-400 to-slate-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-400 to-slate-300').then(function(){ alert('Decent copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Decent</div><div class="font-mono text-xs">from-gray-400 to-slate-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-500 to-teal-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-500 to-teal-500').then(function(){ alert('IIIT Delhi copied to clipboard!') })"><div class="text-slate-200 text-center"><div>IIIT Delhi</div><div class="font-mono text-xs">from-gray-500 to-teal-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-600 to-neutral-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-600 to-neutral-400').then(function(){ alert('Shifty copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Shifty</div><div class="font-mono text-xs">from-gray-600 to-neutral-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-600 to-slate-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-600 to-slate-400').then(function(){ alert('Moor copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Moor</div><div class="font-mono text-xs">from-gray-600 to-slate-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-600 to-slate-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-600 to-slate-800').then(function(){ alert('ServQuick copied to clipboard!') })"><div class="text-slate-200 text-center"><div>ServQuick</div><div class="font-mono text-xs">from-gray-600 to-slate-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-800 to-emerald-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-800 to-emerald-200').then(function(){ alert('Harvey copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Harvey</div><div class="font-mono text-xs">from-gray-800 to-emerald-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-gray-900 via-slate-800 to-cyan-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-gray-900 via-slate-800 to-cyan-900').then(function(){ alert('Moonlit Asteroid copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Moonlit Asteroid</div><div class="font-mono text-xs">from-gray-900 via-slate-800 to-cyan-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-200 to-cyan-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-200 to-cyan-400').then(function(){ alert('Neon Life copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Neon Life</div><div class="font-mono text-xs">from-green-200 to-cyan-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-200 to-rose-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-200 to-rose-300').then(function(){ alert('Virgin copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Virgin</div><div class="font-mono text-xs">from-green-200 to-rose-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-400 via-violet-400 to-violet-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-400 via-violet-400 to-violet-800').then(function(){ alert('Magic copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Magic</div><div class="font-mono text-xs">from-green-400 via-violet-400 to-violet-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-500 to-sky-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-500 to-sky-600').then(function(){ alert('Rainbow Blue copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Rainbow Blue</div><div class="font-mono text-xs">from-green-500 to-sky-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-600 to-lime-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-600 to-lime-400').then(function(){ alert('Lemon Twist copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Lemon Twist</div><div class="font-mono text-xs">from-green-600 to-lime-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-600 to-sky-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-600 to-sky-800').then(function(){ alert('Crystal Clear copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Crystal Clear</div><div class="font-mono text-xs">from-green-600 to-sky-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-600 to-teal-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-600 to-teal-300').then(function(){ alert('Emerald Water copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Emerald Water</div><div class="font-mono text-xs">from-green-600 to-teal-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-green-800 to-rose-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-green-800 to-rose-800').then(function(){ alert('Christmas copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Christmas</div><div class="font-mono text-xs">from-green-800 to-rose-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-100 to-blue-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-100 to-blue-200').then(function(){ alert('Colors Of Sky copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Colors Of Sky</div><div class="font-mono text-xs">from-indigo-100 to-blue-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-200 to-zinc-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-200 to-zinc-200').then(function(){ alert('Dull copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Dull</div><div class="font-mono text-xs">from-indigo-200 to-zinc-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-300 to-indigo-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-300 to-indigo-800').then(function(){ alert('Slight Ocean View copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Slight Ocean View</div><div class="font-mono text-xs">from-indigo-300 to-indigo-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-300 to-teal-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-300 to-teal-200').then(function(){ alert('Windy copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Windy</div><div class="font-mono text-xs">from-indigo-300 to-teal-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-400 via-indigo-400 to-teal-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-400 via-indigo-400 to-teal-200').then(function(){ alert('Azur Lane copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Azur Lane</div><div class="font-mono text-xs">from-indigo-400 via-indigo-400 to-teal-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-600 via-sky-400 to-emerald-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-600 via-sky-400 to-emerald-200').then(function(){ alert('Lunada copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Lunada</div><div class="font-mono text-xs">from-indigo-600 via-sky-400 to-emerald-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-700 to-indigo-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-700 to-indigo-400').then(function(){ alert('Moon Purple copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Moon Purple</div><div class="font-mono text-xs">from-indigo-700 to-indigo-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-900 to-teal-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-900 to-teal-400').then(function(){ alert('Aqua Marine copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Aqua Marine</div><div class="font-mono text-xs">from-indigo-900 to-teal-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-indigo-900 via-red-400 to-orange-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-indigo-900 via-red-400 to-orange-300').then(function(){ alert('Relay copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Relay</div><div class="font-mono text-xs">from-indigo-900 via-red-400 to-orange-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-100 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-100 to-red-500').then(function(){ alert('Velvet Sun copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Velvet Sun</div><div class="font-mono text-xs">from-lime-100 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-200 to-blue-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-200 to-blue-400').then(function(){ alert('Green and Blue copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Green and Blue</div><div class="font-mono text-xs">from-lime-200 to-blue-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-200 to-emerald-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-200 to-emerald-200').then(function(){ alert('Autumn copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Autumn</div><div class="font-mono text-xs">from-lime-200 to-emerald-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-300 to-green-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-300 to-green-600').then(function(){ alert('EasyMed copied to clipboard!') })"><div class="text-slate-200 text-center"><div>EasyMed</div><div class="font-mono text-xs">from-lime-300 to-green-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-300 to-teal-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-300 to-teal-300').then(function(){ alert('Summer Dog copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Summer Dog</div><div class="font-mono text-xs">from-lime-300 to-teal-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-500 to-lime-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-500 to-lime-600').then(function(){ alert('Parklife copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Parklife</div><div class="font-mono text-xs">from-lime-500 to-lime-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-500 to-neutral-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-500 to-neutral-400').then(function(){ alert('Little Leaf copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Little Leaf</div><div class="font-mono text-xs">from-lime-500 to-neutral-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-600 to-lime-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-600 to-lime-300').then(function(){ alert('Lush copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Lush</div><div class="font-mono text-xs">from-lime-600 to-lime-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-600 to-neutral-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-600 to-neutral-900').then(function(){ alert('Behongo copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Behongo</div><div class="font-mono text-xs">from-lime-600 to-neutral-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-600 to-neutral-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-600 to-neutral-900').then(function(){ alert('Green to dark copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Green to dark</div><div class="font-mono text-xs">from-lime-600 to-neutral-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-600 to-stone-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-600 to-stone-400').then(function(){ alert('Reaqua copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Reaqua</div><div class="font-mono text-xs">from-lime-600 to-stone-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-700 via-yellow-400 to-red-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-700 via-yellow-400 to-red-600').then(function(){ alert('Rastafari copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Rastafari</div><div class="font-mono text-xs">from-lime-700 via-yellow-400 to-red-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-800 to-stone-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-800 to-stone-500').then(function(){ alert('Petrichor copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Petrichor</div><div class="font-mono text-xs">from-lime-800 to-stone-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-800 to-zinc-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-800 to-zinc-200').then(function(){ alert('Misty Meadow copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Misty Meadow</div><div class="font-mono text-xs">from-lime-800 to-zinc-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-lime-900 to-lime-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-lime-900 to-lime-700').then(function(){ alert('Army copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Army</div><div class="font-mono text-xs">from-lime-900 to-lime-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-500 to-blue-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-500 to-blue-400').then(function(){ alert('Mild copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Mild</div><div class="font-mono text-xs">from-neutral-500 to-blue-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-500 to-orange-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-500 to-orange-200').then(function(){ alert('Earthly copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Earthly</div><div class="font-mono text-xs">from-neutral-500 to-orange-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-600 to-orange-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-600 to-orange-200').then(function(){ alert('Sand to Blue copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Sand to Blue</div><div class="font-mono text-xs">from-neutral-600 to-orange-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-600 to-slate-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-600 to-slate-500').then(function(){ alert('Curiosity blue copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Curiosity blue</div><div class="font-mono text-xs">from-neutral-600 to-slate-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-700 to-pink-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-700 to-pink-700').then(function(){ alert('Poncho copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Poncho</div><div class="font-mono text-xs">from-neutral-700 to-pink-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-700 to-stone-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-700 to-stone-600').then(function(){ alert('Selenium copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Selenium</div><div class="font-mono text-xs">from-neutral-700 to-stone-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-800 to-zinc-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-800 to-zinc-700').then(function(){ alert('Midnight City copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Midnight City</div><div class="font-mono text-xs">from-neutral-800 to-zinc-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-900 to-green-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-900 to-green-600').then(function(){ alert('Terminal copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Terminal</div><div class="font-mono text-xs">from-neutral-900 to-green-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-900 to-neutral-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-900 to-neutral-700').then(function(){ alert('Deep Space copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Deep Space</div><div class="font-mono text-xs">from-neutral-900 to-neutral-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-neutral-900 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-neutral-900 to-red-500').then(function(){ alert('Red Mist copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Red Mist</div><div class="font-mono text-xs">from-neutral-900 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-100 to-rose-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-100 to-rose-700').then(function(){ alert('Relaxing red copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Relaxing red</div><div class="font-mono text-xs">from-orange-100 to-rose-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-200 to-cyan-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-200 to-cyan-800').then(function(){ alert('Jupiter copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Jupiter</div><div class="font-mono text-xs">from-orange-200 to-cyan-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-200 to-orange-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-200 to-orange-300').then(function(){ alert('Pale Wood copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Pale Wood</div><div class="font-mono text-xs">from-orange-200 to-orange-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-200 to-pink-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-200 to-pink-500').then(function(){ alert('Tranquil copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Tranquil</div><div class="font-mono text-xs">from-orange-200 to-pink-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-300 to-amber-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-300 to-amber-500').then(function(){ alert('Light Orange copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Light Orange</div><div class="font-mono text-xs">from-orange-300 to-amber-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-300 to-red-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-300 to-red-400').then(function(){ alert('Orange Coral copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Orange Coral</div><div class="font-mono text-xs">from-orange-300 to-red-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-300 to-slate-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-300 to-slate-800').then(function(){ alert('Predawn copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Predawn</div><div class="font-mono text-xs">from-orange-300 to-slate-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-300 to-zinc-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-300 to-zinc-700').then(function(){ alert('Starfall copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Starfall</div><div class="font-mono text-xs">from-orange-300 to-zinc-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-300 via-purple-400 to-teal-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-300 via-purple-400 to-teal-400').then(function(){ alert('Atlas copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Atlas</div><div class="font-mono text-xs">from-orange-300 via-purple-400 to-teal-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-400 to-amber-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-400 to-amber-300').then(function(){ alert('Sunkist copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sunkist</div><div class="font-mono text-xs">from-orange-400 to-amber-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-400 to-orange-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-400 to-orange-200').then(function(){ alert('Koko Caramel copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Koko Caramel</div><div class="font-mono text-xs">from-orange-400 to-orange-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-400 to-slate-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-400 to-slate-600').then(function(){ alert('Dawn copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Dawn</div><div class="font-mono text-xs">from-orange-400 to-slate-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-500 to-amber-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-500 to-amber-400').then(function(){ alert('Juicy Orange copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Juicy Orange</div><div class="font-mono text-xs">from-orange-500 to-amber-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-600 to-amber-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-600 to-amber-400').then(function(){ alert('Orange Fun copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Orange Fun</div><div class="font-mono text-xs">from-orange-600 to-amber-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-600 to-cyan-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-600 to-cyan-400').then(function(){ alert('Ali copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Ali</div><div class="font-mono text-xs">from-orange-600 to-cyan-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-600 to-orange-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-600 to-orange-500').then(function(){ alert('Html copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Html</div><div class="font-mono text-xs">from-orange-600 to-orange-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-600 to-red-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-600 to-red-400').then(function(){ alert('Sylvia copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sylvia</div><div class="font-mono text-xs">from-orange-600 to-red-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-600 to-yellow-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-600 to-yellow-400').then(function(){ alert('Blooker20 copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Blooker20</div><div class="font-mono text-xs">from-orange-600 to-yellow-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-orange-700 to-fuchsia-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-orange-700 to-fuchsia-700').then(function(){ alert('Mello copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Mello</div><div class="font-mono text-xs">from-orange-700 to-fuchsia-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-200 to-pink-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-200 to-pink-600').then(function(){ alert('Cherryblossoms copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Cherryblossoms</div><div class="font-mono text-xs">from-pink-200 to-pink-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-300 to-yellow-50 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-300 to-yellow-50').then(function(){ alert('Broken Hearts copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Broken Hearts</div><div class="font-mono text-xs">from-pink-300 to-yellow-50</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-400 to-orange-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-400 to-orange-300').then(function(){ alert('Nelson copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Nelson</div><div class="font-mono text-xs">from-pink-400 to-orange-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-400 to-pink-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-400 to-pink-700').then(function(){ alert('Neuromancer copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Neuromancer</div><div class="font-mono text-xs">from-pink-400 to-pink-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-500 to-gray-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-500 to-gray-700').then(function(){ alert('eXpresso copied to clipboard!') })"><div class="text-slate-200 text-center"><div>eXpresso</div><div class="font-mono text-xs">from-pink-500 to-gray-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-500 to-neutral-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-500 to-neutral-700').then(function(){ alert('Yoda copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Yoda</div><div class="font-mono text-xs">from-pink-500 to-neutral-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-500 to-red-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-500 to-red-300').then(function(){ alert('Pinky copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Pinky</div><div class="font-mono text-xs">from-pink-500 to-red-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-500 to-red-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-500 to-red-400').then(function(){ alert('Blush copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Blush</div><div class="font-mono text-xs">from-pink-500 to-red-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-500 to-rose-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-500 to-rose-500').then(function(){ alert('Day Tripper copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Day Tripper</div><div class="font-mono text-xs">from-pink-500 to-rose-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-500 to-rose-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-500 to-rose-600').then(function(){ alert('Shifter copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Shifter</div><div class="font-mono text-xs">from-pink-500 to-rose-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-600 to-orange-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-600 to-orange-300').then(function(){ alert('Blurry Beach copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Blurry Beach</div><div class="font-mono text-xs">from-pink-600 to-orange-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-600 to-orange-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-600 to-orange-500').then(function(){ alert('Ibiza Sunset copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Ibiza Sunset</div><div class="font-mono text-xs">from-pink-600 to-orange-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-600 to-orange-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-600 to-orange-700').then(function(){ alert('Alive copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Alive</div><div class="font-mono text-xs">from-pink-600 to-orange-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-600 to-red-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-600 to-red-400').then(function(){ alert('DIMIGO copied to clipboard!') })"><div class="text-slate-200 text-center"><div>DIMIGO</div><div class="font-mono text-xs">from-pink-600 to-red-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-600 to-zinc-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-600 to-zinc-900').then(function(){ alert('Flickr copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Flickr</div><div class="font-mono text-xs">from-pink-600 to-zinc-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-700 to-fuchsia-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-700 to-fuchsia-900').then(function(){ alert('Aubergine copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Aubergine</div><div class="font-mono text-xs">from-pink-700 to-fuchsia-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-700 to-fuchsia-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-700 to-fuchsia-900').then(function(){ alert('Purple Love copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Purple Love</div><div class="font-mono text-xs">from-pink-700 to-fuchsia-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-700 to-indigo-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-700 to-indigo-900').then(function(){ alert('Celestial copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Celestial</div><div class="font-mono text-xs">from-pink-700 to-indigo-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-700 to-lime-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-700 to-lime-500').then(function(){ alert('Shahabi copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Shahabi</div><div class="font-mono text-xs">from-pink-700 to-lime-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-700 to-red-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-700 to-red-100').then(function(){ alert('Purple White copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Purple White</div><div class="font-mono text-xs">from-pink-700 to-red-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-pink-700 via-gray-500 to-teal-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-pink-700 via-gray-500 to-teal-600').then(function(){ alert('Memariani copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Memariani</div><div class="font-mono text-xs">from-pink-700 via-gray-500 to-teal-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-400 to-slate-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-400 to-slate-400').then(function(){ alert('Dirty Fog copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Dirty Fog</div><div class="font-mono text-xs">from-purple-400 to-slate-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-500 via-purple-400 to-red-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-500 via-purple-400 to-red-300').then(function(){ alert('Radar copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Radar</div><div class="font-mono text-xs">from-purple-500 via-purple-400 to-red-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-600 to-indigo-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-600 to-indigo-600').then(function(){ alert('Amin copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Amin</div><div class="font-mono text-xs">from-purple-600 to-indigo-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-700 via-red-600 to-orange-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-700 via-red-600 to-orange-400').then(function(){ alert('Instagram copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Instagram</div><div class="font-mono text-xs">from-purple-700 via-red-600 to-orange-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-800 to-pink-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-800 to-pink-300').then(function(){ alert('Ultra Voilet copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Ultra Voilet</div><div class="font-mono text-xs">from-purple-800 to-pink-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-800 to-purple-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-800 to-purple-500').then(function(){ alert('Purplin copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Purplin</div><div class="font-mono text-xs">from-purple-800 to-purple-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-800 to-slate-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-800 to-slate-800').then(function(){ alert('Twitch copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Twitch</div><div class="font-mono text-xs">from-purple-800 to-slate-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-900 to-emerald-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-900 to-emerald-400').then(function(){ alert('Calm Darya copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Calm Darya</div><div class="font-mono text-xs">from-purple-900 to-emerald-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-900 to-slate-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-900 to-slate-500').then(function(){ alert('Kashmir copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Kashmir</div><div class="font-mono text-xs">from-purple-900 to-slate-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-purple-900 to-slate-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-purple-900 to-slate-500').then(function(){ alert('Shroom Haze copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Shroom Haze</div><div class="font-mono text-xs">from-purple-900 to-slate-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-200 to-slate-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-200 to-slate-500').then(function(){ alert('Rose Colored Lenses copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Rose Colored Lenses</div><div class="font-mono text-xs">from-red-200 to-slate-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-300 to-red-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-300 to-red-100').then(function(){ alert('Piggy Pink copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Piggy Pink</div><div class="font-mono text-xs">from-red-300 to-red-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-300 to-red-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-300 to-red-100').then(function(){ alert('Piglet copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Piglet</div><div class="font-mono text-xs">from-red-300 to-red-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-400 to-blue-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-400 to-blue-600').then(function(){ alert('Nepal copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Nepal</div><div class="font-mono text-xs">from-red-400 to-blue-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-400 to-orange-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-400 to-orange-300').then(function(){ alert('A Lost Memory copied to clipboard!') })"><div class="text-slate-200 text-center"><div>A Lost Memory</div><div class="font-mono text-xs">from-red-400 to-orange-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-400 to-orange-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-400 to-orange-300').then(function(){ alert('Ed\'s Sunset Gradient copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Ed's Sunset Gradient</div><div class="font-mono text-xs">from-red-400 to-orange-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-400 to-orange-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-400 to-orange-300').then(function(){ alert('Sweet Morning copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sweet Morning</div><div class="font-mono text-xs">from-red-400 to-orange-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-400 to-red-300 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-400 to-red-300').then(function(){ alert('Bourbon copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Bourbon</div><div class="font-mono text-xs">from-red-400 to-red-300</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-400 to-red-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-400 to-red-400').then(function(){ alert('Haikus copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Haikus</div><div class="font-mono text-xs">from-red-400 to-red-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-400 to-rose-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-400 to-rose-400').then(function(){ alert('Sha la la copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sha la la</div><div class="font-mono text-xs">from-red-400 to-rose-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-amber-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-amber-500').then(function(){ alert('Sunrise copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sunrise</div><div class="font-mono text-xs">from-red-500 to-amber-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-cyan-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-cyan-500').then(function(){ alert('Miaka copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Miaka</div><div class="font-mono text-xs">from-red-500 to-cyan-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-fuchsia-50 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-fuchsia-50').then(function(){ alert('Compare Now copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Compare Now</div><div class="font-mono text-xs">from-red-500 to-fuchsia-50</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-fuchsia-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-fuchsia-800').then(function(){ alert('Grapefruit Sunset copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Grapefruit Sunset</div><div class="font-mono text-xs">from-red-500 to-fuchsia-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-fuchsia-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-fuchsia-900').then(function(){ alert('Vanusa copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Vanusa</div><div class="font-mono text-xs">from-red-500 to-fuchsia-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-orange-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-orange-400').then(function(){ alert('Master Card copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Master Card</div><div class="font-mono text-xs">from-red-500 to-orange-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-pink-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-pink-600').then(function(){ alert('Bloody Mary copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Bloody Mary</div><div class="font-mono text-xs">from-red-500 to-pink-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-red-500').then(function(){ alert('Cherry copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Cherry</div><div class="font-mono text-xs">from-red-500 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-red-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-red-600').then(function(){ alert('Blood Red copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Blood Red</div><div class="font-mono text-xs">from-red-500 to-red-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-rose-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-rose-500').then(function(){ alert('Passion copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Passion</div><div class="font-mono text-xs">from-red-500 to-rose-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-yellow-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-yellow-400').then(function(){ alert('Dance To Forget copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Dance To Forget</div><div class="font-mono text-xs">from-red-500 to-yellow-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-zinc-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-zinc-700').then(function(){ alert('Bighead copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Bighead</div><div class="font-mono text-xs">from-red-500 to-zinc-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-500 to-zinc-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-500 to-zinc-700').then(function(){ alert('Influenza copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Influenza</div><div class="font-mono text-xs">from-red-500 to-zinc-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-600 to-amber-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-600 to-amber-500').then(function(){ alert('Flare copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Flare</div><div class="font-mono text-xs">from-red-600 to-amber-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-600 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-600 to-red-500').then(function(){ alert('Playing with Reds copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Playing with Reds</div><div class="font-mono text-xs">from-red-600 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-600 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-600 to-red-500').then(function(){ alert('Shrimpy copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Shrimpy</div><div class="font-mono text-xs">from-red-600 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-600 to-red-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-600 to-red-600').then(function(){ alert('Minimal Red copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Minimal Red</div><div class="font-mono text-xs">from-red-600 to-red-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-600 to-red-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-600 to-red-700').then(function(){ alert('YouTube copied to clipboard!') })"><div class="text-slate-200 text-center"><div>YouTube</div><div class="font-mono text-xs">from-red-600 to-red-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-600 to-slate-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-600 to-slate-600').then(function(){ alert('Dracula copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Dracula</div><div class="font-mono text-xs">from-red-600 to-slate-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-700 to-amber-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-700 to-amber-400').then(function(){ alert('Back to the Future copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Back to the Future</div><div class="font-mono text-xs">from-red-700 to-amber-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-700 to-sky-700 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-700 to-sky-700').then(function(){ alert('Evening Sunshine copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Evening Sunshine</div><div class="font-mono text-xs">from-red-700 to-sky-700</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-700 to-yellow-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-700 to-yellow-400').then(function(){ alert('Kyoto copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Kyoto</div><div class="font-mono text-xs">from-red-700 to-yellow-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-800 to-stone-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-800 to-stone-900').then(function(){ alert('Netflix copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Netflix</div><div class="font-mono text-xs">from-red-800 to-stone-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-900 to-neutral-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-900 to-neutral-900').then(function(){ alert('The Strain copied to clipboard!') })"><div class="text-slate-200 text-center"><div>The Strain</div><div class="font-mono text-xs">from-red-900 to-neutral-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-red-900 to-slate-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-red-900 to-slate-900').then(function(){ alert('Man of Steel copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Man of Steel</div><div class="font-mono text-xs">from-red-900 to-slate-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-300 to-orange-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-300 to-orange-200').then(function(){ alert('Roseanna copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Roseanna</div><div class="font-mono text-xs">from-rose-300 to-orange-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-400 to-blue-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-400 to-blue-400').then(function(){ alert('Rose Water copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Rose Water</div><div class="font-mono text-xs">from-rose-400 to-blue-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-400 to-indigo-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-400 to-indigo-400').then(function(){ alert('Sublime Light copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sublime Light</div><div class="font-mono text-xs">from-rose-400 to-indigo-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-400 to-sky-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-400 to-sky-200').then(function(){ alert('Noon to Dusk copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Noon to Dusk</div><div class="font-mono text-xs">from-rose-400 to-sky-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-50 to-lime-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-50 to-lime-100').then(function(){ alert('Jonquil copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Jonquil</div><div class="font-mono text-xs">from-rose-50 to-lime-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-500 to-amber-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-500 to-amber-100').then(function(){ alert('Peach copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Peach</div><div class="font-mono text-xs">from-rose-500 to-amber-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-500 to-blue-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-500 to-blue-500').then(function(){ alert('Sublime Vivid copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sublime Vivid</div><div class="font-mono text-xs">from-rose-500 to-blue-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-500 to-green-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-500 to-green-400').then(function(){ alert('Kyoo Pal copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Kyoo Pal</div><div class="font-mono text-xs">from-rose-500 to-green-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-500 to-neutral-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-500 to-neutral-900').then(function(){ alert('Coal copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Coal</div><div class="font-mono text-xs">from-rose-500 to-neutral-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-500 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-500 to-red-500').then(function(){ alert('Burning Orange copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Burning Orange</div><div class="font-mono text-xs">from-rose-500 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-600 to-red-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-600 to-red-800').then(function(){ alert('Sin City Red copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Sin City Red</div><div class="font-mono text-xs">from-rose-600 to-red-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-700 to-gray-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-700 to-gray-800').then(function(){ alert('Witching Hour copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Witching Hour</div><div class="font-mono text-xs">from-rose-700 to-gray-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-700 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-700 to-red-500').then(function(){ alert('Firewatch copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Firewatch</div><div class="font-mono text-xs">from-rose-700 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-rose-800 to-red-900 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-rose-800 to-red-900').then(function(){ alert('Namn copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Namn</div><div class="font-mono text-xs">from-rose-800 to-red-900</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-400 to-blue-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-400 to-blue-500').then(function(){ alert('Blue Skies copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Blue Skies</div><div class="font-mono text-xs">from-sky-400 to-blue-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-400 to-lime-100 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-400 to-lime-100').then(function(){ alert('Bora Bora copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Bora Bora</div><div class="font-mono text-xs">from-sky-400 to-lime-100</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-400 to-pink-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-400 to-pink-600').then(function(){ alert('Transfile copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Transfile</div><div class="font-mono text-xs">from-sky-400 to-pink-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-500 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-500 to-red-500').then(function(){ alert('By Design copied to clipboard!') })"><div class="text-slate-200 text-center"><div>By Design</div><div class="font-mono text-xs">from-sky-500 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-500 to-red-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-500 to-red-500').then(function(){ alert('Politics copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Politics</div><div class="font-mono text-xs">from-sky-500 to-red-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-500 to-red-600 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-500 to-red-600').then(function(){ alert('Superman copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Superman</div><div class="font-mono text-xs">from-sky-500 to-red-600</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-500 via-cyan-400 to-emerald-200 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-500 via-cyan-400 to-emerald-200').then(function(){ alert('Stripe copied to clipboard!') })"><div class="text-slate-800 text-center"><div>Stripe</div><div class="font-mono text-xs">from-sky-500 via-cyan-400 to-emerald-200</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-500 via-purple-400 to-rose-500 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-500 via-purple-400 to-rose-500').then(function(){ alert('JShine copied to clipboard!') })"><div class="text-slate-200 text-center"><div>JShine</div><div class="font-mono text-xs">from-sky-500 via-purple-400 to-rose-500</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-600 to-indigo-800 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-600 to-indigo-800').then(function(){ alert('Skyline copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Skyline</div><div class="font-mono text-xs">from-sky-600 to-indigo-800</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-600 to-orange-400 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-600 to-orange-400').then(function(){ alert('Pun Yeta copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Pun Yeta</div><div class="font-mono text-xs">from-sky-600 to-orange-400</div></div></div>
<div class="h-24 my-4 bg-gradient-to-r from-sky-600 to-sky-50 flex justify-center items-center p-3 rounded-xl border-2 border-slate-100 shadow-lg transition-all transform-all hover:scale-105 cursor-pointer relative" onclick="navigator.clipboard.writeText('bg-gradient-to-r from-sky-600 to-sky-50').then(function(){ alert('Telegram copied to clipboard!') })"><div class="text-slate-200 text-center"><div>Telegram</div><div