🎨 Mix and match these vibrant colors to create a bold and eye-catching design.
💡 This color scheme was inspired by the beautiful sunsets of Malibu, California.
/* Frozen Heat CSS Linear Gradient Background */
.gradient {
background: #FF057C;
background: linear-gradient(
to right,
#FF057C,#7C64D5,#4CC3FF
);
}/* Frozen Heat TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#FF057C] via-[#7C64D5] to-[#4CC3FF]"></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.