๐จ Use Gray for text, Keppel for accents.
๐ก This gradient is inspired by IIIT Delhi's logo, representing a balance between work and play.
/* IIIT Delhi CSS Linear Gradient Background */
.gradient {
background: #808080;
background: linear-gradient(
to right,
#808080,#3fada8
);
}
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.