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