๐จ Mix and match these vibrant shades to create a dreamy and mysterious atmosphere.
๐ก The combination of indigo, melrose, and mauve creates a gradient reminiscent of a starry night sky.
/* Sleepless Night CSS Linear Gradient Background */
.gradient {
background: #5271C4;
background: linear-gradient(
to right,
#5271C4,#B19FFF,#ECA1FE
);
}
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.