🎨 Mix and match these vibrant colors for a bold and eye-catching design.
💡 The Frozen Berry and French Pass gradient was inspired by the beautiful colors found in a summer sunset.
/* Frozen Berry CSS Linear Gradient Background */
.gradient {
background: #e8198b;
background: linear-gradient(
to right,
#e8198b,#c7eafd
);
}/* Frozen Berry TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#e8198b] to-[#c7eafd]"></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.