๐จ 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
);
}
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.