๐จ Great for a lively, energetic design theme.
๐ก This gradient is reminiscent of the clear summer sky meeting the ocean horizon.
/* Scooter CSS Linear Gradient Background */
.gradient {
background: #36D1DC;
background: linear-gradient(
to right,
#36D1DC,#5B86E5
);
}
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.