๐จ Great for a lively yet calming website background.
๐ก This gradient mimics the sky's colors from noon to dusk, symbolizing transition.
/* Noon to Dusk CSS Linear Gradient Background */
.gradient {
background: #ff6e7f;
background: linear-gradient(
to right,
#ff6e7f,#bfe9ff
);
}
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.