๐จ Mix and match these vibrant colors for a bold and eye-catching design.
๐ก The Frozen Berry and French Pass gradient was inspired by the beautiful colors found in a summer sunset.
/* Frozen Berry CSS Linear Gradient Background */
.gradient {
background: #e8198b;
background: linear-gradient(
to right,
#e8198b,#c7eafd
);
}
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.