๐จ Use this gradient for a lively, energetic design.
๐ก This gradient represents Ukraine's national colors, symbolizing peace (blue) and prosperity (yellow).
/* Ukraine CSS Linear Gradient Background */
.gradient {
background: #004FF9;
background: linear-gradient(
to right,
#004FF9,#FFF94C
);
}
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.