🎨 Great for minimalist designs and backgrounds.
💡 Periwinkle is named after the Periwinkle flower, known for its calming effects.
/* Dull CSS Linear Gradient Background */
.gradient {
background: #C9D6FF;
background: linear-gradient(
to right,
#C9D6FF,#E2E2E2
);
}/* Dull TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#C9D6FF] to-[#E2E2E2]"></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.