🎨 Use this gradient to create a cool and refreshing winter-themed design.
💡 The colors Anakiwa and Charlotte were inspired by the beautiful winter landscapes of New Zealand and North Carolina.
/* Winter Neva CSS Linear Gradient Background */
.gradient {
background: #a1c4fd;
background: linear-gradient(
to right,
#a1c4fd,#c2e9fb
);
}/* Winter Neva TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#a1c4fd] to-[#c2e9fb]"></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.