๐จ Use Turquoise as the base, with pops of Pizazz and Rose.
๐ก Turquoise symbolizes tranquility, orange represents enthusiasm, and rose signifies love.
/* Wedding Day Blues CSS Linear Gradient Background */
.gradient {
background: #40E0D0;
background: linear-gradient(
to right,
#40E0D0,#FF8C00,#FF0080
);
}
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.