Abbas Gradient
Click to copy CSS
Abbas
Linear gradient
Mixed tone
0 views
Colors
#00FFF0
rgb(0, 255, 240)
hsl(176, 100%, 50%)
#0083FE
rgb(0, 131, 254)
hsl(209, 100%, 50%)
CSS
background: linear-gradient(90deg, #00fff0 0%, #0083fe 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#00fff0] to-[#0083fe]
Inline CSS
style="background: linear-gradient(90deg, #00fff0 0%, #0083fe 100%)"