Politics Gradient
Click to copy CSS
Politics
Linear gradient
Mixed tone
0 views
Colors
#2196F3
rgb(33, 150, 243)
hsl(207, 90%, 54%)
#F44336
rgb(244, 67, 54)
hsl(4, 90%, 58%)
CSS
background: linear-gradient(90deg, #2196f3 0%, #f44336 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#2196f3] to-[#f44336]
Inline CSS
style="background: linear-gradient(90deg, #2196f3 0%, #f44336 100%)"