🎨 Instagram's colors are vibrant and youthful, and evoke its energetic and creative community.
💡 Instagram was founded by Kevin Systrom and Mike Krieger in 2010. The service gained popularity with its unique photo filters, and was acquired by Facebook in 2012 for $1 billion in cash and stock.
/* Instagram CSS Linear Gradient Background */
.gradient {
background: #833ab4;
background: linear-gradient(
to right,
#833ab4,#fd1d1d,#fcb045
);
}/* Instagram TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#833ab4] via-[#fd1d1d] to-[#fcb045]"></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.