🎨 Use this gradient to create a calming and soothing atmosphere in your designs.
💡 The color scheme of this gradient is inspired by the serene and peaceful colors of the sky.
/* Above The Sky CSS Linear Gradient Background */
.gradient {
background: #d3d3d3;
background: linear-gradient(
to right,
#d3d3d3,#d3d3d3,#e0e0e0
);
}/* Above The Sky TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#d3d3d3] via-[#d3d3d3] to-[#e0e0e0]"></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.