🎨 Use this gradient for a sophisticated, elegant look.
💡 San Marino and Big Stone are often used in luxury brand logos.
/* Pinot Noir CSS Linear Gradient Background */
.gradient {
background: #4b6cb7;
background: linear-gradient(
to right,
#4b6cb7,#182848
);
}/* Pinot Noir TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#4b6cb7] to-[#182848]"></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.