๐จ Use this gradient for a dramatic, cinematic effect.
๐ก This gradient mirrors Netflix's iconic logo, symbolizing passion and creativity.
/* Netflix CSS Linear Gradient Background */
.gradient {
background: #8E0E00;
background: linear-gradient(
to right,
#8E0E00,#1F1C18
);
}
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.