๐จ Great for a refreshing, oceanic theme.
๐ก This gradient mimics the colors of the ocean, from the deep sea to the tropical shallows.
/* Mind Crawl CSS Linear Gradient Background */
.gradient {
background: #473B7B;
background: linear-gradient(
to right,
#473B7B,#3584A7,#30D2BE
);
}
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.