๐จ Great for summer designs to evoke warmth and energy.
๐ก This gradient is inspired by the colors of a sunset in Spain, where Flamenco originated.
/* Juicy Orange CSS Linear Gradient Background */
.gradient {
background: #FF8008;
background: linear-gradient(
to right,
#FF8008,#FFC837
);
}
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.