๐จ Use this gradient for a youthful, energetic vibe.
๐ก Snapchat's iconic yellow and white gradient is instantly recognizable worldwide.
/* Snapchat CSS Linear Gradient Background */
.gradient {
background: #fffc00;
background: linear-gradient(
to right,
#fffc00,#ffffff
);
}
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.