๐จ #e0c3fc, #8ec5fc
๐ก This color scheme combines deep blue and mauve shades to create a calming and elegant gradient.
/* Deep Blue CSS Linear Gradient Background */
.gradient {
background: #e0c3fc;
background: linear-gradient(
to right,
#e0c3fc,#8ec5fc
);
}
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.