Sky Shot Gradient
Click to copy CSS
Sky Shot
Linear gradient
Mixed tone
0 views
Colors
#07C8F9
rgb(7, 200, 249)
hsl(192, 95%, 50%)
#0D41E1
rgb(13, 65, 225)
hsl(225, 89%, 47%)
CSS
background: linear-gradient(90deg, #07c8f9 0%, #0d41e1 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#07c8f9] to-[#0d41e1]
Inline CSS
style="background: linear-gradient(90deg, #07c8f9 0%, #0d41e1 100%)"