๐จ Mix and match these vibrant colors to create a playful and energetic design!
๐ก Did you know that the Tickle Me Pink color was inspired by the vibrant hues of a sunset, while the Bright Sun color represents the warmth and brightness of the sun?
/* True Sunset CSS Linear Gradient Background */
.gradient {
background: #fa709a;
background: linear-gradient(
to right,
#fa709a,#fee140
);
}
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.