🎨 Use this gradient to create a refreshing and vibrant design.
💡 The colors in this gradient are inspired by the clear blue skies and the ocean waves.
/* High Flight CSS Linear Gradient Background */
.gradient {
background: #0acffe;
background: linear-gradient(
to right,
#0acffe,#495aff
);
}/* High Flight TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#0acffe] to-[#495aff]"></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.