๐จ Use this gradient for a calming, tranquil vibe.
๐ก This gradient mirrors the hues of Venice's famous canals at dusk.
/* Venice CSS Linear Gradient Background */
.gradient {
background: #6190E8;
background: linear-gradient(
to right,
#6190E8,#A7BFE8
);
}
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.