🎨 Great for a calming, aquatic-themed design.
💡 This gradient mimics the deep blue hues of Ship Cove in New Zealand and Lochmara in Scotland.
/* Hydrogen CSS Linear Gradient Background */
.gradient {
background: #667db6;
background: linear-gradient(
to right,
#667db6,#0082c8,#0082c8,#667db6
);
}/* Hydrogen TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#667db6] via-[#0082c8] to-[#0082c8]"></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.