🎨 Great for a vibrant, energetic, and feminine design.
💡 This gradient is inspired by the Argon gas, known for its brilliant purple glow when ionized.
/* Argon CSS Linear Gradient Background */
.gradient {
background: #03001e;
background: linear-gradient(
to right,
#03001e,#7303c0,#ec38bc,#fdeff9
);
}/* Argon TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#03001e] via-[#7303c0] to-[#ec38bc]"></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.