๐จ Mix and match these vibrant colors to create a bold and eye-catching design.
๐ก The Spiky Naga color scheme was inspired by the vibrant colors found in the East Bay area of California.
/* Spiky Naga CSS Linear Gradient Background */
.gradient {
background: #505285;
background: linear-gradient(
to right,
#505285,#585e92,#65689f
);
}
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.