๐จ Great for a lively, energetic design or a children's theme.
๐ก This gradient is inspired by the colors of the Monte Carlo, a famous casino in Monaco.
/* Monte Carlo CSS Linear Gradient Background */
.gradient {
background: #CC95C0;
background: linear-gradient(
to right,
#CC95C0,#DBD4B4,#7AA1D2
);
}
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.