🎨 Use these colors to create a sophisticated and calming atmosphere.
💡 The Elegance color scheme was inspired by the serene beauty of a calm ocean at sunset.
/* Elegance CSS Linear Gradient Background */
.gradient {
background: #EADFDF;
background: linear-gradient(
to right,
#EADFDF,#ECE2DF
);
}/* Elegance TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#EADFDF] to-[#ECE2DF]"></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.