๐จ 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
);
}
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.