🎨 Mix and match these enchanting colors for a spellbinding design!
💡 The Witch Dance gradient was inspired by the magical hues of a moonlit night.
/* Witch Dance CSS Linear Gradient Background */
.gradient {
background: #A8BFFF;
background: linear-gradient(
to right,
#A8BFFF,#884D80
);
}/* Witch Dance TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#A8BFFF] to-[#884D80]"></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.