๐จ Mix warm and soft tones for a cozy and inviting atmosphere
๐ก The Pink Salmon color is inspired by the vibrant hues of the fish species found in the Pacific Northwest
/* Warm Flame CSS Linear Gradient Background */
.gradient {
background: #ff9a9e;
background: linear-gradient(
to right,
#ff9a9e,#fad0c4,#fad0c4
);
}
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.