๐จ Use this gradient for a calming, yet energetic design.
๐ก This gradient mimics the colors of a serene sunrise over a calm sea.
/* Almost CSS Linear Gradient Background */
.gradient {
background: #ddd6f3;
background: linear-gradient(
to right,
#ddd6f3,#faaca8
);
}
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.