๐จ Great for a futuristic or marine-themed design.
๐ก This gradient combines Stellar and Boston Blue, symbolizing the vastness of space and the depth of the ocean.
/* Stellar CSS Linear Gradient Background */
.gradient {
background: #7474BF;
background: linear-gradient(
to right,
#7474BF,#348AC7
);
}
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.