๐จ Use lighter shades for emphasis, darker for depth.
๐ก This gradient mirrors a sunset, transitioning from light pink to deep navy blue.
/* Wide Matrix CSS Linear Gradient Background */
.gradient {
background: #fcc5e4;
background: linear-gradient(
to right,
#fcc5e4,#fda34b,#ff7882,#c8699e,#7046aa,#0c1db8,#020f75
);
}
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.