🎨 Mix and match these vibrant colors to create a bold and eye-catching design!
💡 Did you know that the Wild Strawberry color was inspired by the delicious fruit itself?
/* Magic Ray CSS Linear Gradient Background */
.gradient {
background: #FF3CAC;
background: linear-gradient(
to right,
#FF3CAC,#562B7C,#2B86C5
);
}/* Magic Ray TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#FF3CAC] via-[#562B7C] to-[#2B86C5]"></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.