Sunset Blaze
Copy Tailwind classes or plain CSS. Export a PNG preview.
Tailwind
bg-gradient-to-r from-orange-400 via-red-500 to-pink-500
CSS
background: linear-gradient(to right, rgb(251 146 60), rgb(239 68 68), rgb(236 72 153));
Copy Tailwind classes or plain CSS. Export a PNG preview.
bg-gradient-to-r from-orange-400 via-red-500 to-pink-500
background: linear-gradient(to right, rgb(251 146 60), rgb(239 68 68), rgb(236 72 153));