๐จ Great for a professional, yet lively look.
๐ก This gradient is inspired by the Joomla! content management system's color scheme.
/* Joomla CSS Linear Gradient Background */
.gradient {
background: #1e3c72;
background: linear-gradient(
to right,
#1e3c72,#2a5298
);
}
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.