๐จ Use this gradient to evoke feelings of warmth and positivity.
๐ก This gradient mimics the colors of a sunrise, symbolizing new beginnings.
/* Pastel Orange at the Sun CSS Linear Gradient Background */
.gradient {
background: #ffb347;
background: linear-gradient(
to right,
#ffb347,#ffcc33
);
}
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.