๐จ Use this gradient for a lively, energetic design.
๐ก This gradient combines the calm of blue with the energy of yellow, creating a unique balance.
/* Opa CSS Linear Gradient Background */
.gradient {
background: #3D7EAA;
background: linear-gradient(
to right,
#3D7EAA,#FFE47A
);
}
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.