🎨 Use this gradient for a calming, aquatic-themed design.
💡 This gradient is inspired by the Pacific Ocean's deep and surface waters.
/* Pacific Dream CSS Linear Gradient Background */
.gradient {
background: #34e89e;
background: linear-gradient(
to right,
#34e89e,#0f3443
);
}/* Pacific Dream TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#34e89e] to-[#0f3443]"></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.