๐จ Mix and match these vibrant shades to create a bold and eye-catching design.
๐ก The colors in this gradient were inspired by the beautiful hues of the East Bay area in California.
/* Perfect Blue CSS Linear Gradient Background */
.gradient {
background: #3D4E81;
background: linear-gradient(
to right,
#3D4E81,#5753C9,#6E7FF3
);
}
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.