๐จ Use this gradient to create a vibrant and eye-catching design!
๐ก Did you know that the Dodger Blue color was inspired by the Los Angeles Dodgers baseball team?
/* Twitter CSS Linear Gradient Background */
.gradient {
background: #1DA1F2;
background: linear-gradient(
to right,
#1DA1F2,#009ffc
);
}
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.