๐จ Great for a lively, energetic design theme.
๐ก This gradient mimics the colors of the Earth from space.
/* Rainbow Blue CSS Linear Gradient Background */
.gradient {
background: #00F260;
background: linear-gradient(
to right,
#00F260,#0575E6
);
}
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.