๐จ Use this gradient for political campaign graphics.
๐ก Dodger Blue and Pomegranate are often used in political graphics to represent different parties.
/* Politics CSS Linear Gradient Background */
.gradient {
background: #2196f3;
background: linear-gradient(
to right,
#2196f3,#f44336
);
}
You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.