Neon Breeze Gradient

Click to copy CSS

Neon Breeze

Linear gradient Mixed tone 0 views

Colors

#05C9F9
rgb(5, 201, 249)
hsl(192, 96%, 50%)
#E5F61B
rgb(229, 246, 27)
hsl(65, 92%, 54%)

CSS

background: linear-gradient(90deg, #05c9f9 0%, #e5f61b 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#05c9f9] to-[#e5f61b]
Inline CSS
style="background: linear-gradient(90deg, #05c9f9 0%, #e5f61b 100%)"