๐จ Mix and match these warm tones for a soothing and romantic atmosphere.
๐ก The combination of these colors creates a gradient reminiscent of a beautiful sunset.
/* Gentle Care CSS Linear Gradient Background */
.gradient {
background: #ffc3a0;
background: linear-gradient(
to right,
#ffc3a0,#ffafbd
);
}
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.