๐จ Great for a bold, energetic design.
๐ก Amethyst is often associated with qualities of peace, courage and stability.
/* Amethyst CSS Linear Gradient Background */
.gradient {
background: #9D50BB;
background: linear-gradient(
to right,
#9D50BB,#6E48AA
);
}
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.