๐จ Use this gradient for a fresh, energetic look.
๐ก Cyan and Azure Radiance are often used in designs to evoke feelings of energy and vitality.
/* Abbas CSS Linear Gradient Background */
.gradient {
background: #00fff0;
background: linear-gradient(
to right,
#00fff0,#0083fe
);
}
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.