๐จ Royal Blue
๐ก #88d3ce,#6e45e2
/* Sky Glider CSS Linear Gradient Background */
.gradient {
background: #88d3ce;
background: linear-gradient(
to right,
#88d3ce,#6e45e2
);
}
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.