๐จ Great for a sophisticated, modern website design.
๐ก This gradient is reminiscent of a twilight sky, blending deep purples for a serene effect.
/* Mauve CSS Linear Gradient Background */
.gradient {
background: #42275a;
background: linear-gradient(
to right,
#42275a,#734b6d
);
}
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.