๐จ Great for a calming, space-themed design.
๐ก This gradient is reminiscent of the twilight sky, a blend of day and night.
/* Moon Purple CSS Linear Gradient Background */
.gradient {
background: #4e54c8;
background: linear-gradient(
to right,
#4e54c8,#8f94fb
);
}
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.