🎨 Use these colors to create a vibrant and refreshing design!
💡 The Faraway River and Monte Carlo gradient is inspired by the beautiful shades of blue found in nature.
/* Faraway River CSS Linear Gradient Background */
.gradient {
background: #6e45e2;
background: linear-gradient(
to right,
#6e45e2,#88d3ce
);
}/* Faraway River TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#6e45e2] to-[#88d3ce]"></div>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.