๐จ Great for summer-themed designs or travel websites.
๐ก Turquoise is named after Turkey, and Crusta is Latin for 'shell', hinting at a beach theme.
/* Mini CSS Linear Gradient Background */
.gradient {
background: #30E8BF;
background: linear-gradient(
to right,
#30E8BF,#FF8235
);
}
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.