๐จ Mix and match these vibrant colors to create a bold and eye-catching design!
๐ก Did you know that the Wild Strawberry color was inspired by the delicious fruit itself?
/* Magic Ray CSS Linear Gradient Background */
.gradient {
background: #FF3CAC;
background: linear-gradient(
to right,
#FF3CAC,#562B7C,#2B86C5
);
}
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.