๐จ Great for a dramatic, high contrast design.
๐ก Aubergine and Pompadour were popular colors in Victorian times, often used in royal attire.
/* Aubergine CSS Linear Gradient Background */
.gradient {
background: #AA076B;
background: linear-gradient(
to right,
#AA076B,#61045F
);
}
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.