🎨 Use these vibrant colors to create a fun and energetic design!
💡 Did you know that the Robin's Egg Blue color is inspired by the eggs of the American Robin bird?
/* North Miracle CSS Linear Gradient Background */
.gradient {
background: #00dbde;
background: linear-gradient(
to right,
#00dbde,#fc00ff
);
}/* North Miracle TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#00dbde] to-[#fc00ff]"></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.