🎨 Use this gradient for a bold, energetic design.
💡 This gradient is named after the peacock, known for its vibrant and colorful plumage.
/* Electric Peacock CSS Linear Gradient Background */
.gradient {
background: #8a2be2;
background: linear-gradient(
to right,
#8a2be2,#0000cd,#228b22,#ccff00
);
}/* Electric Peacock TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#8a2be2] via-[#0000cd] to-[#228b22]"></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.