๐จ Great for a lively, energetic design theme.
๐ก This gradient is reminiscent of the lush greenery and clear blue skies of Malibu, California.
/* Green and Blue CSS Linear Gradient Background */
.gradient {
background: #c2e59c;
background: linear-gradient(
to right,
#c2e59c,#64b3f4
);
}
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.