๐จ Use this gradient for designs that need to convey energy, creativity, and positivity. It's great for children's themes.
๐ก This gradient combines the calmness of blue, the natural freshness of green, and the joy of yellow, creating a unique visual experience.
/* Combi CSS Linear Gradient Background */
.gradient {
background: #00416A;
background: linear-gradient(
to right,
#00416A,#799F0C,#FFE000
);
}
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.