๐จ Great for evoking a sense of adventure and mystery.
๐ก This gradient is reminiscent of the breathtaking sunsets seen on tropical islands.
/* Sunset CSS Linear Gradient Background */
.gradient {
background: #0B486B;
background: linear-gradient(
to right,
#0B486B,#F56217
);
}
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.