🎨 Use this gradient to create a calming and soothing atmosphere in your designs.
💡 The colors in this gradient were inspired by the serene beauty of salt mountains and the softness of baby blue.
/* Salt Mountain CSS Linear Gradient Background */
.gradient {
background: #FFFEFF;
background: linear-gradient(
to right,
#FFFEFF,#D7FFFE
);
}/* Salt Mountain TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#FFFEFF] to-[#D7FFFE]"></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.