🎨 Great for a calming app or website design.
💡 This gradient mimics the colors of a serene sunrise, bringing peace to viewers.
/* Cloudy Apple CSS Linear Gradient Background */
.gradient {
background: #f3e7e9;
background: linear-gradient(
to right,
#f3e7e9,#e3eeff,#e3eeff
);
}/* Cloudy Apple TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#f3e7e9] via-[#e3eeff] to-[#e3eeff]"></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.