๐จ Great for summer-themed designs or oceanic visuals.
๐ก This gradient mimics the color transition in tropical seas, from deep blue to clear turquoise.
/* Stripe CSS Linear Gradient Background */
.gradient {
background: #1FA2FF;
background: linear-gradient(
to right,
#1FA2FF,#12D8FA,#A6FFCB
);
}
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.