๐จ Use this gradient for a lively, energetic design.
๐ก This gradient mirrors the colors of a sunrise over the East Bay area.
/* Dawn CSS Linear Gradient Background */
.gradient {
background: #F3904F;
background: linear-gradient(
to right,
#F3904F,#3B4371
);
}
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.