🎨 Mix and match these vibrant shades to create a bold and energetic design.
💡 The Picton Blue and Danube colors were inspired by the beautiful waters of New Zealand and the Danube River.
/* Fly High CSS Linear Gradient Background */
.gradient {
background: #48c6ef;
background: linear-gradient(
to right,
#48c6ef,#6f86d6
);
}/* Fly High TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#48c6ef] to-[#6f86d6]"></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.