๐จ Great for a modern website or a cool poster design.
๐ก This gradient is reminiscent of a twilight sky, bridging day and night.
/* Purple Bliss CSS Linear Gradient Background */
.gradient {
background: #360033;
background: linear-gradient(
to right,
#360033,#0b8793
);
}
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.