๐จ Use this gradient for a dynamic, youthful design.
๐ก This gradient is reminiscent of Facebook Messenger's iconic color scheme.
/* Facebook Messenger CSS Linear Gradient Background */
.gradient {
background: #00c6ff;
background: linear-gradient(
to right,
#00c6ff,#0072ff
);
}
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.