๐จ Use this gradient for a dramatic, high contrast design.
๐ก This gradient mimics the natural phenomenon of twilight, a time of day when the sky shows a similar color transition.
/* Predawn CSS Linear Gradient Background */
.gradient {
background: #FFA17F;
background: linear-gradient(
to right,
#FFA17F,#00223E
);
}
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.