🎨 Use this gradient for a bold, eye-catching design.
💡 This gradient is named after the cyberpunk novel 'Neuromancer' by William Gibson.
/* Neuromancer CSS Linear Gradient Background */
.gradient {
background: #f953c6;
background: linear-gradient(
to right,
#f953c6,#b91d73
);
}/* Neuromancer TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#f953c6] to-[#b91d73]"></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.