🎨 Great for a bold, aquatic-themed design.
💡 Azure Radiance is often used in designs to represent clear skies, while Resolution Blue is a symbol of depth and stability.
/* Very Blue CSS Linear Gradient Background */
.gradient {
background: #0575E6;
background: linear-gradient(
to right,
#0575E6,#021B79
);
}/* Very Blue TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#0575E6] to-[#021B79]"></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.