🎨 Royal Blue
💡 #88d3ce,#6e45e2
/* Sky Glider CSS Linear Gradient Background */
.gradient {
background: #88d3ce;
background: linear-gradient(
to right,
#88d3ce,#6e45e2
);
}/* Sky Glider TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#88d3ce] to-[#6e45e2]"></div>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.