๐จ Use it for tranquil, whimsical designs or serene room decor.
๐ก This color scheme mirrors Miley Cyrus's 'Rose-Colored Lenses' song, a blend of warm optimism and cool introspection.
/* Rose Colored Lenses CSS Linear Gradient Background */
.gradient {
background: #E8CBC0;
background: linear-gradient(
to right,
#E8CBC0,#636FA4
);
}
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.