🎨 Use this gradient for a lively, energetic design.
💡 This gradient is inspired by the colors of the ocean and apple orchards, symbolizing tranquility and growth.
/* Meridian CSS Linear Gradient Background */
.gradient {
background: #283c86;
background: linear-gradient(
to right,
#283c86,#45a247
);
}/* Meridian TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#283c86] to-[#45a247]"></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.